zsmartsystems / com.zsmartsystems.zigbee

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

Fix change detection for node tables #1315

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This ensures that the node tables (eg binding table, route table, neighbour table) is only updated if they have been set. This change detection avoids these tables being updated when the node is updated, but the table hasn't been.

Closes #1314

Signed-off-by: Chris Jackson chris@cd-jackson.com