Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_DISABLE
 endpoint disable [endpoint:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_ENABLE
 endpoint enable [endpoint:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_PRINT
 endpoint print

Detailed Description

Commands related to the manipulation of endpoints.

Macro Definition Documentation

#define EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_DISABLE

endpoint disable [endpoint:1]

  • Disable the endpoint for processing ZCL messages.
    • endpoint - INT8U - Endpoint in question.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_ENABLE

endpoint enable [endpoint:1]

  • Enable the endpoint for processing ZCL messages.
    • endpoint - INT8U - Endpoint in question.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_PRINT

endpoint print

  • Print the status of all the endpoints.