User`s manual
116
RECORDREFERENCE
Records are used on the gateway both internally and as input and output parameters in 
the RPC Interface. Many of the records correspond to descriptions found in the ZigBee, 
ZCL, or SE specifications and where appropriate this has been noted. Type, 
descriptions, defaults, etc for record fields are specific to their use in the RPC Interface. 
See the appropriate specification for more detailed information.
The referenced specifications are provided by the ZigBee Alliance and can be 
downloaded from their website at www.zigbee.org.
ZDO Records
ZDODeviceRecord
This record contains the known information about a device on the gateway’s ZigBee 
network. This record is populated and updated as part of discovery explained in "Remote 
Device Management" on page 42.
Parameter  Type Description
active bool If TRUE, the device is considered active and is responding to 
the gateway's queries. If FALSE, the device is considered inac
-
tive due to failed transmissions. This may be caused by interfer-
ence, power loss, remote device failures, etc.
addr_extended MAC 64-bit extended address of the device.
addr_short (optional) MAC 16-bit short network address of the device. Only included if the 
device has responded to a ZDO Match_Desc_req.
active_endpoints 
(optional)
list List of all endpoints currently active on the device. Only included 
if the device has responded to a ZDO Active_EP_req.
item - int - 8-bit identifier of an active endpoint.
simple_descriptors 
(optional)
dict Dictionary of simple descriptors for active endpoints. Included if 
the device has responded to a ZDO Simple_Desc_req.
endpoint_0x## - Simple_Desc_rsp - Simple descriptor 
of the endpoint whose identifier is ##. (See 
Simple_Desc_rsp on page 119.)
power_descriptor 
(optional)
Power_Desc_rsp Power descriptor of the device. Included if the device has 
responded to a ZDO Power_Desc_req. (See Power_Desc_rsp 
on page 119.)
node_descriptor 
(optional)
Node_Desc_rsp Node descriptor of the device. Included if the device has 
responded to a ZDO Node_Desc_req. (See Node_Desc_rsp 
on page 118.)










