General#
General commands that are applicable to the node regardless of clusters or plugins.
Macros#
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_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
31
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
37
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).
43
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).
49
of file app/framework/test/headers/cli.doc