| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Cluster Value. More...
import <ZigbeeDevice.idl;
| Public Attributes | |
| int | id | 
| the cluster ID | |
| int | endpoint | 
| the endpoint ID | |
| int | attribute | 
| the reported attribute. some clusters have multiple reporting attributes | |
| time | timestamp | 
| the time when the cluster value was updated. UNIX timestamp (UTC) | |
| string | value | 
| the value which was reported. | |
Cluster Value.
Definition at line 35 of file ZigbeeDevice.idl.
| int zigbee::ZigbeeDevice::ClusterValue::attribute | 
the reported attribute. some clusters have multiple reporting attributes
Definition at line 38 of file ZigbeeDevice.idl.
| int zigbee::ZigbeeDevice::ClusterValue::endpoint | 
the endpoint ID
Definition at line 37 of file ZigbeeDevice.idl.
| int zigbee::ZigbeeDevice::ClusterValue::id | 
the cluster ID
Definition at line 36 of file ZigbeeDevice.idl.
| time zigbee::ZigbeeDevice::ClusterValue::timestamp | 
the time when the cluster value was updated. UNIX timestamp (UTC)
Definition at line 39 of file ZigbeeDevice.idl.
| string zigbee::ZigbeeDevice::ClusterValue::value | 
the value which was reported.
Definition at line 40 of file ZigbeeDevice.idl.