Hello.
I am trying to implement a Zigbee Network were sensors will be posting data periodically to a Coordinator.
I was looking into the examples provided with the SDK and realized that the Zigbee MultiSensor example is similiar to what i want to implement. The End Device set the attributes and the Coordinator susbcribe to it.
I wanted to know if there is some documentation that describes how i can implement in code the configuration required for the Zigbee CLI Coordinator. I want to perform the find, bind and subscribe using the stack functions. I would really appreciate if you can help me with some example code for that.
Thanks!