Hi,
i Have a Zplug as ZigBee device that i can communicate with and send commands using ZTOOL, the only problem is that i didn't find how to toggle on/off the ZPLUG using AF_DATA_REQUEST.
i know that my destination address is correct, the destination endpoint is 1, and the cluster for the switch on/off is 6.
<TX>10:36:00.69 COM4 AF_DATA_REQUEST (0x2401)
DstAddr: 0xE71A
DestEndpoint: 0x01
SrcEndpoint: 0x00
ClusterID: 0x0006
TransID: 0x00
Options: 0x00
Radius: 0x00
Len: 0x01
Data: . (0x02)
<RX>10:36:00.69 COM4 AF_DATA_REQUEST_SRSP (0x6401)
Status: afStatus_SUCCESS (0x0)
but it didn't work. Can you help me ?
Thanks