I am working on a ZigBee coordinator device that will collect data from various sensors in the network and forward them to a gateway. I have started with the CLI example and have slowly been modifying it which has been successful. Currently when my coordinator starts up with
ERASE_PERSISTENT_CONFIG = FALSEso my ZC is able to restore the network with no issues.
My question is how do I know what devices are connected to the network after the coordinator has reset? The coordinator seems to know this because the sensor device started reporting attribute changes without issue. But how can I get these details in to the application?
Thanks,
Darren