6 #ifndef __ZIGBEEMANAGER_IDL__
7 #define __ZIGBEEMANAGER_IDL__
10 #include <ZigbeeDevice.idl>
18 constant
int ERR_DEVICE_EXISTS = 1;
19 constant
int ERR_MAX_DEVICE_REACHED = 2;
20 constant
int ERR_DEVICE_NOT_FOUND = 3;
21 constant
int ERR_INVALID_PARAMS = 4;
22 constant
int ERR_INVALID_KEY = 5;
23 constant
int ERR_INVALID_CHANNEL = 6;
Zigbee Manager.
Definition: ZigbeeManager.idl:15
vector< ZigbeeDevice > getRegisteredDevices()
Get the list of registered devices.
int removeDevice(in int sourceId)
Remove a device.
vector< int > addDevices(in vector< DeviceRegistration > sensors)
Add new devices.
DongleState
States for the dongle.
Definition: ZigbeeManager.idl:26
@ INIT_IN_PROGRESS
dongle init in progress
Definition: ZigbeeManager.idl:30
@ FW_UPGRADE
firmware upgrade
Definition: ZigbeeManager.idl:31
@ NOT_INIT
no dongle
Definition: ZigbeeManager.idl:27
@ READY
default state if no action in progress
Definition: ZigbeeManager.idl:28
@ ERROR
something wrong
Definition: ZigbeeManager.idl:29
DongleState getDongleState()
Retrieve Dongle State.
int setSettings(in Settings settings)
Set Dongle Settings.
Settings getSettings()
Retrieve Dongle Settings.
MetaData getMetaData()
Retrieve Dongle MetaData.
Basic IDL definitions.
Definition: Event.idl:10
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
Zigbee.
Definition: ZigbeeDevice.idl:12
Common base for all events.
Definition: Event.idl:13
A sensor was added.
Definition: ZigbeeManager.idl:58
Base Event.
Definition: ZigbeeManager.idl:53
int sourceId
the device which is affected by the event
Definition: ZigbeeManager.idl:54
Device Registration.
Definition: ZigbeeManager.idl:46
int sourceId
the source id to add
Definition: ZigbeeManager.idl:47
int slot
the preferred slot. 0xFFFF for auto manage
Definition: ZigbeeManager.idl:49
string key
the OOB key (including CRC16)
Definition: ZigbeeManager.idl:48
A sensor was removed.
Definition: ZigbeeManager.idl:61
Settings changed.
Definition: ZigbeeManager.idl:64
Settings oldSettings
the old settings
Definition: ZigbeeManager.idl:65
Settings newSettings
the new settings
Definition: ZigbeeManager.idl:66
Definition: ZigbeeManager.idl:41
int channel
channel between 11 and 26 or 0xFF for auto search
Definition: ZigbeeManager.idl:42
State changed.
Definition: ZigbeeManager.idl:70
DongleState oldState
the old state
Definition: ZigbeeManager.idl:71
DongleState newState
the new state
Definition: ZigbeeManager.idl:72