Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ECHO
 echo [echoOn:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_EVENTS
 events
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_RESET
 reset
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_MFG_CODE
 zcl mfg-code [mfgSpecificId:2]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_TIME
 zcl time [utcTime:4]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_USE_NEXT_SEQUENCE
 zcl use-next-sequence [useNextSequence:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_ZCL_X_DEFAULT_RESP
 zcl x-default-resp [disableDefaultResponse:1]

Detailed Description

General commands that are applicable to the node regardless of clusters or plugins.

Macro Definition Documentation

#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)
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_EVENTS

events

  • Print the list of timer events.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_GENERAL_RESET

reset

  • resets the device
#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
#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
#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).
#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).