Plugin Commands: Wwah Connectivity Manager#

The wwah-connectivity-manager plugin CLI contains commands to interact with the connectivity manager.

Macros#

#define
#define
#define

plugin wwah-connectivity-manager parent-recovery [enabled:1] [badParentRejoinPeriod:2]

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


Definition at line 7173 of file ./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


Definition at line 7179 of file ./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.


Definition at line 7184 of file ./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


Definition at line 7190 of file ./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.


Definition at line 7197 of file ./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.


Definition at line 7202 of file ./app/framework/test/headers/cli.doc