zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
142 stars 88 forks source link

Node table change detection not working #1314

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

Changes in node tables (eg route table, neighbour table) is not working correctly. This is caused by the table Sets being created during instantiation of the ZigBeeNode so it is not possible to detect if the tables are being updated with an empty table, or if they were not updated at all.

Probably the tables should be null on instantiation so that there is a "not set" state.