Plugin Commands: Wwah Connectivity Manager
Macros |
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_DISABLE |
plugin wwah-connectivity-manager disable [endpoint:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_ENABLE |
plugin wwah-connectivity-manager enable [endpoint:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_INFO |
plugin wwah-connectivity-manager info
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_MIN_RSSI |
plugin wwah-connectivity-manager min-rssi [rssi:1]
|
|
#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]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_CONNECTIVITY_MANAGER_PLUGIN_WWAH_CONNECTIVITY_MANAGER_SHOW |
plugin wwah-connectivity-manager show
|
Detailed Description
The wwah-connectivity-manager plugin CLI contains commands to interact with the connectivity manager.
Macro Definition Documentation
#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
#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
#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.
#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
#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.
#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.