User`s manual
22
All of the parameters are optional. The response will give the current value for
everything but the link key and the installation code. Once a router gateway has joined a
network, the gateway will return a message with the following format:
<message>
<status type=”int”>0x1</status>
<description type=”string”>Local device detected that it is joined to a ZigBee
network</description>
<severity type=”int”>0x1</severity>
</message>
Verify Device is on Gateway’s Network
To verify that a device is joined to the gateway's network, use the identify RPC request
(see “identify” on page 88). This request should make the device physically identify itself
in some way. The X2 gateways will blink the association LED at a faster rate after
receiving a ZCL Identify command.
This request has the following format:
<identify>
<destination_address type="MAC">11:22:33:44:55:66:77:88</destination_address>
<source_endpoint_id>0x5E</source_endpoint_id>
<destination_endpoint_id>0xFF</destination_endpoint_id>
<identify_time>30</identify_time>
</identify>
Fill in the destination_address and destination_endpoint_id as appropriate to match the
joining device. The identify_time parameter specifies how long the device should identify
itself in seconds.
Get List of Devices on Network
To get a list of devices on a gateway's network, use the get_device_information RPC
request (see “get_device_information” on page 74). This request will retrieve all currently
known information about all devices on the network from the gateway, including
endpoints and clusters. The response will show which devices are active - have joined
the network and are currently communicating with the gateway.
This RPC request has the following format:
< get_device_information />
The response has the following format:










