Endpoint Manipulation#

Commands related to the manipulation of endpoints.

Macros#

#define

endpoint disable [endpoint:1]

#define

endpoint enable [endpoint:1]

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.


Definition at line 135 of file ./app/framework/test/headers/cli.doc

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.


Definition at line 141 of file ./app/framework/test/headers/cli.doc

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.


Definition at line 146 of file ./app/framework/test/headers/cli.doc