tlaukkan / zigbee4java

Zigbee API for Java provides simple Java interface to ZigBee network.
Apache License 2.0
144 stars 68 forks source link

Add node listener to get notifications about when a node is added, discovered and removed #53

Closed cdjackson closed 9 years ago

cdjackson commented 9 years ago

This allows discovery in higher layers to be based on a node being added, rather than endpoints. The nodeDiscovered notification gets called after all endpoints have been added, so the higher layer can be sure the device discovery is complete.