Plugin Commands: Wwah Server#

The wwah-server plugin contributes CLI commands to the application framework to be used for printing information related to the WWAH server.

Macros#

#define
#define

plugin wwah-server poweringOff [srcEndpoint:1] [dstEndpoint:1] [reason:1] [mfgId:2]

#define

plugin wwah-server poweringOn [srcEndpoint:1] [dstEndpoint:1] [reason:1] [mfgId:2]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_SERVER_PLUGIN_WWAH_SERVER_CONF_MODE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_SERVER_PLUGIN_WWAH_SERVER_CONF_MODE

plugin wwah-server confMode [mode:1]

  • Set the configurationModeEnabled attribute command.

    • mode - INT8U - The wwah server configuration mode attribute


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

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_SERVER_PLUGIN_WWAH_SERVER_POWERING_OFF#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_SERVER_PLUGIN_WWAH_SERVER_POWERING_OFF

plugin wwah-server poweringOff [srcEndpoint:1] [dstEndpoint:1] [reason:1] [mfgId:2]

  • Send the Powering Off Notification command.

    • srcEndpoint - INT8U - The wwah server (source) endpoint

    • dstEndpoint - INT8U - The wwah client (dest) endpoint

    • reason - INT8U - The cause of the power off event

    • mfgId - INT16U - The manufacturerId of the sender


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

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_SERVER_PLUGIN_WWAH_SERVER_POWERING_ON#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_WWAH_SERVER_PLUGIN_WWAH_SERVER_POWERING_ON

plugin wwah-server poweringOn [srcEndpoint:1] [dstEndpoint:1] [reason:1] [mfgId:2]

  • Send the Powering On Notification command.

    • srcEndpoint - INT8U - The wwah server (source) endpoint

    • dstEndpoint - INT8U - The wwah client (dest) endpoint

    • reason - INT8U - The cause of the power on event

    • mfgId - INT16U - The manufacturerId of the sender


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