6 #ifndef __ZIGBEEDEVICE_IDL__
7 #define __ZIGBEEDEVICE_IDL__
20 constant
int CLUSTER_BASIC = 0x0000;
21 constant
int CLUSTER_POWER_CONFIGURATION = 0x0001;
22 constant
int CLUSTER_RSSI = 0x000B;
23 constant
int CLUSTER_CONTACT_CLOSURE = 0x000F;
24 constant
int CLUSTER_TEMPERATURE = 0x0402;
25 constant
int CLUSTER_HUMIDITY = 0x0405;
Zigbee Device.
Definition: ZigbeeDevice.idl:14
vector< ClusterValue > getClusterValues()
Retrieve the last cluster values Needed for battery voltage (only reported all 12h)
MetaData getMetaData()
Retrieve Dongle MetaData.
Basic IDL definitions.
Definition: Event.idl:10
Zigbee.
Definition: ZigbeeDevice.idl:12
Common base for all events.
Definition: Event.idl:13
Cluster Value Changed Event.
Definition: ZigbeeDevice.idl:44
ClusterValue value
the cluster value
Definition: ZigbeeDevice.idl:45
Cluster Value.
Definition: ZigbeeDevice.idl:35
int endpoint
the endpoint ID
Definition: ZigbeeDevice.idl:37
int id
the cluster ID
Definition: ZigbeeDevice.idl:36
time timestamp
the time when the cluster value was updated. UNIX timestamp (UTC)
Definition: ZigbeeDevice.idl:39
int attribute
the reported attribute. some clusters have multiple reporting attributes
Definition: ZigbeeDevice.idl:38
string value
the value which was reported.
Definition: ZigbeeDevice.idl:40