Informational#
The Informational command set provides commands for displaying information about the device. These commands include things like printing out the attribute tablerr
Macros#
debugprint all_off
debugprint all_on
debugprint off [area:1]
debugprint on [area:1]
debugprint status
option binding-table print
option print-rx-msgs disable
option print-rx-msgs enable
print attr
print entropy source
print time
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_OFF#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_OFF
debugprint all_off
Turns off all debug printing
324
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_ON#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_ON
debugprint all_on
Turns on all compiled in debug printing
329
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_OFF#
#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
335
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ON#
#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
341
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_STATUS#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_STATUS
debugprint status
Prints out the current settings for debug printing on the device
346
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_HELP#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_HELP
help
Prints out the cli command options for the device
351
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO
info
Gives information about the local node
356
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_LIBS#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_LIBS
libs
Lists which optional libraries of the stack are implemented on this device
361
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_BINDING_TABLE_PRINT#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_BINDING_TABLE_PRINT
option binding-table print
Prints out the binding table to the command line.
366
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_DISABLE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_DISABLE
option print-rx-msgs disable
Disable the printing of received messages.
371
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_ENABLE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_ENABLE
option print-rx-msgs enable
Enable the printing of received messages.
376
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR
print attr
Print the attribute table.
381
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ENTROPY_SOURCE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ENTROPY_SOURCE
print entropy source
Print the the entropy source that is used for true random number generation.
386
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME
print time
Print out the time information
391
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION
version
Shows the version of the software
396
of file ./app/framework/test/headers/cli.doc