zsmartsystems / com.zsmartsystems.zigbee

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

Global attributes #1327

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This PR primarily adds support for the global attributes introduced in ZCL 6.

It also fixes a bug when responding to local attribute supported request which didn't always correctly set the completed flag in the response. This bug manifested when there were more attributes in the cluster, but not implemented since the completed test simply compared the sizes of the lists, and ignored if they were implemented or the attribute start count.

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