Plugin Commands: Wwah Connectivity Manager#
The wwah-connectivity-manager plugin CLI contains commands to interact with the connectivity manager.
Macros#
plugin wwah-connectivity-manager disable [endpoint:1]
plugin wwah-connectivity-manager enable [endpoint:1]
plugin wwah-connectivity-manager info
plugin wwah-connectivity-manager min-rssi [rssi:1]
plugin wwah-connectivity-manager parent-recovery [enabled:1] [badParentRejoinPeriod:2]
plugin wwah-connectivity-manager show
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_DISABLE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_DISABLE
plugin wwah-connectivity-manager disable [endpoint:1]
Disable the WWAH Connectivity Manager rejoin algorithm.
endpoint - INT8U - The endpoint which contains WWAH cluster
7146
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_ENABLE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_ENABLE
plugin wwah-connectivity-manager enable [endpoint:1]
Enable the WWAH Connectivity Manager rejoin algorithm.
endpoint - INT8U - The endpoint which contains WWAH cluster
7152
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_INFO#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_INFO
plugin wwah-connectivity-manager info
Print information about the WWAH Connectivity Manager state.
7157
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_MIN_RSSI#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_MIN_RSSI
plugin wwah-connectivity-manager min-rssi [rssi:1]
Sets minimum acceptable RSSI for receiving packets on a SoC WWAH-enabled device
rssi - INT8S - min acceptable Rssi value for receiving packets
7163
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PARENT_RECOVERY#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PARENT_RECOVERY
plugin wwah-connectivity-manager parent-recovery [enabled:1] [badParentRejoinPeriod:2]
Disable/enable the WWAH bad parent recovery. And set the bad parent check and rejoin period (min), if enabled.
enabled - INT8U - Disable ==0, enable == 1, the WWAH bad parent recovery
badParentRejoinPeriod - INT16U - the Period of time after which, we check if a parent is bad and try rejoin if so. 0 means use the default value of 24 * 60 mins.
7170
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_SHOW#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_SHOW
plugin wwah-connectivity-manager show
Shows the WWAH Connectivity Manager rejoin algorithm's parameters.
7175
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc