General#
General commands that are applicable to the node regardless of clusters or plugins.
Macros#
echo [echoOn:1]
zcl mfg-code [mfgSpecificId:2]
zcl time [utcTime:4]
zcl use-next-sequence [useNextSequence:1]
zcl x-default-resp [disableDefaultResponse:1]
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ECHO#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ECHO
echo [echoOn:1]
Turns echo on the command line on or off depending on the argument
echoOn - INT8U - bool indicating whether to turn echo on (1) or off (0)
162
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_EVENTS#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_EVENTS
events
Print the list of timer events.
167
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_RESET#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_RESET
reset
resets the device
172
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_MFG_CODE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_MFG_CODE
zcl mfg-code [mfgSpecificId:2]
Sets the two byte manufacturer specific identifier to use for the next command if the command is not already built.
mfgSpecificId - INT16U - Manufacturer Specific Id
178
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_TIME#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_TIME
zcl time [utcTime:4]
Cli command to call emberAfSetTime function documented in af.h
utcTime - INT32U - ZigBee UTC time, number of seconds since the year 2000
184
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_USE_NEXT_SEQUENCE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_USE_NEXT_SEQUENCE
zcl use-next-sequence [useNextSequence:1]
Sets the flag to use the incremented sequence number from the framework for the next raw command.
useNextSequence - BOOLEAN - bool value indicating whether raw command will use the incremented seq number from framework, set(1) or not(0).
190
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_X_DEFAULT_RESP#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_X_DEFAULT_RESP
zcl x-default-resp [disableDefaultResponse:1]
Sets the Disable Default Response Frame Control bit to use for the next command if the command is not already built.
disableDefaultResponse - BOOLEAN - bool value indicating whether the disable default response bit is set(1) or not (0).
196
of file ./app/framework/test/headers/cli.doc