This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Generate command from Zigbee Client Cluster based on local binding table

Hi at all,

I'm developing a Zigbee router device that implement a level control client cluster (ID 0008).

This cluster should be able to generate commands to server side (level control server cluster in other existing device).

Following light switch example I succesfully send a command using ZB_ZCL_LEVEL_CONTROL_SEND_MOVE_TO_LEVEL_CMD, but in that example the destination device is specified in destination address parameter, my target is to send the command to devices listed in local binding table (only for entries that meets implemented endpoint and cluster).

How can i do this?

Best Regards

Maurizio