zsmartsystems / com.zsmartsystems.zigbee

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

Add Ember Multicast table management commands #1276

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This adds multicast table management features for Ember NCP and adds a ncpmcast console command to list the table, add and clear entries.

Note that the Ember console commands is now derived from ZigBeeConsoleAbstractCommand rather than just implementing ZigBeeConsoleCommand since the abstract class provides some additional features with parsing console arguments.

Closes #1265

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