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.
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 implementingZigBeeConsoleCommand
since the abstract class provides some additional features with parsing console arguments.Closes #1265
Signed-off-by: Chris Jackson chris@cd-jackson.com