Plugin Commands: Green Power Server#
The Green Power Server plugin contributes CLI commands to the application framework to be used for getting, setting, and displaying information relevant to the Green Power Server cluster.
Macros#
plugin green-power-server commission [options:1] [gpmAddressSecurity:2] [gpmAddressPairing:2] [endpoint:1]
plugin green-power-server extend-comm [commissioningWindow:2]
plugin green-power-server sink-table-clear
plugin green-power-server sink-table-print
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_COMMISSION#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_COMMISSION
plugin green-power-server commission [options:1] [gpmAddressSecurity:2] [gpmAddressPairing:2] [endpoint:1]
Put the GPS in commissioning mode
options - INT8U - 1 to enter, 0 to leave
gpmAddressSecurity - INT16U - Green Power Manager (GPM) address for security
gpmAddressPairing - INT16U - Green Power Manager (GPM) address for pairing
endpoint - INT8U - Sink endpoint
3390
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_EXTEND_COMM#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_EXTEND_COMM
plugin green-power-server extend-comm [commissioningWindow:2]
Extends commissioning window.
commissioningWindow - INT16U - time in miliseconds
3396
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_SINK_TABLE_CLEAR#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_SINK_TABLE_CLEAR
plugin green-power-server sink-table-clear
Clear sink table.
3401
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_SINK_TABLE_PRINT#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_GREEN_POWER_SERVER_PLUGIN_GREEN_POWER_SERVER_SINK_TABLE_PRINT
plugin green-power-server sink-table-print
Print all entries of the sink table.
3406
of file ./app/framework/test/headers/cli.doc