6#ifndef __ZIGBEEDEVICE_IDL__
7#define __ZIGBEEDEVICE_IDL__
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;
MetaData getMetaData()
Retrieve Dongle MetaData.
constant int CLUSTER_BASIC
Supported Cluster Types defined by zigbee alliance in the zigbee cluster library specification.
vector< ClusterValue > getClusterValues()
Retrieve the last cluster values Needed for battery voltage (only reported all 12h)
Common base for all events.
Cluster Value Changed Event.
ClusterValue value
the cluster value
int endpoint
the endpoint ID
time timestamp
the time when the cluster value was updated. UNIX timestamp (UTC)
int attribute
the reported attribute. some clusters have multiple reporting attributes
string value
the value which was reported.