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

EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_DISABLE

#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.

EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_ENABLE

#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.

EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_PRINT

#define EMBER_AF_DOXYGEN_CLI_COMMAND_ENDPOINT_ENDPOINT_PRINT

endpoint print

  • Print the status of all the endpoints.