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
zcl ota-config lock
#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
660
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
665
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
671
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
677
of file app/framework/test/headers/cli.doc