mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-23 20:31:59 +00:00
11 lines
118 B
Ucode
11 lines
118 B
Ucode
return {
|
|
|
|
send: function(type, payload) {
|
|
global.ubus.conn.call('ucentral', 'event', {
|
|
type,
|
|
payload
|
|
});
|
|
},
|
|
|
|
};
|