Cluster Commands: Configuration Cluster#

This group describes the CLI commands for the Configuration Cluster cluster. Listed below is a description of the cluster: This cluster allows for the OTA configuration of firmware parameters.

Macros#

#define

zcl ota-config setToken [token:2] [data:-1]

#define
#define

zcl ota-config read [token:2]

#define

zcl ota-config unlock [data:-1]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_SET_TOKEN#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_SET_TOKEN

zcl ota-config setToken [token:2] [data:-1]

  • Command to write a token value over the air.

    • token - INT16U

    • data - OCTET_STRING


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

EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_LOCK#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_LOCK

zcl ota-config lock

  • Command to lock the token values.


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

EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_READ#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_READ

zcl ota-config read [token:2]

  • Command to read a token value.

    • token - INT16U


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

EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_UNLOCK#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_UNLOCK

zcl ota-config unlock [data:-1]

  • Command to unlock tokens with a device-specific password (if allowed).

    • data - OCTET_STRING


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