Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_OFF
 debugprint all_off
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_ON
 debugprint all_on
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_OFF
 debugprint off [area:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ON
 debugprint on [area:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_STATUS
 debugprint status
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_HELP
 help
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO
 info
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_LIBS
 libs
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_BINDING_TABLE_PRINT
 option binding-table print
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_DISABLE
 option print-rx-msgs disable
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_ENABLE
 option print-rx-msgs enable
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR
 print attr
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME
 print time
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION
 version

Detailed Description

The Informational command set provides commands for displaying information about the device. These commands include things like printing out the attribute tablerr

Macro Definition Documentation

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_OFF

debugprint all_off

  • Turns off all debug printing
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_ON

debugprint all_on

  • Turns on all compiled in debug printing
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_OFF

debugprint off [area:1]

  • Turns off compiled in debug printing for a specific debug printing area. Debug print areas are defined in the generated <application>.h header file.
    • area - INT8U - The debug area mask listed in the <application>.h file
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ON

debugprint on [area:1]

  • Turns on compiled in debug printing for a specific debug printing area. Debug print areas are defined in the generated <application>.h header file.
    • area - INT8U - The debug area mask listed in the <application>.h file
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_STATUS

debugprint status

  • Prints out the current settings for debug printing on the device
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_HELP

help

  • Prints out the cli command options for the device
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO

info

  • Gives information about the local node
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_LIBS

libs

  • Lists which optional libraries of the stack are implemented on this device
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_BINDING_TABLE_PRINT

option binding-table print

  • Prints out the binding table to the command line.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_DISABLE

option print-rx-msgs disable

  • Disable the printing of received messages.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_ENABLE

option print-rx-msgs enable

  • Enable the printing of received messages.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR

print attr

  • Print the attribute table.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME

print time

  • Print out the time information
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION

version

  • Shows the version of the software