zsmartsystems / com.zsmartsystems.zigbee

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

Refactor bind/unbind to use BindingTable structure #1335

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This modifies the bind/unbind commands to use the BindingTable structure. This makes it easier to manage group binding and the applicable console commands are updated to support this.

Closes #1330