Cluster Commands: Configuration Cluster
Macros |
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_SET_TOKEN |
zcl ota-config setToken [token:2] [data:-1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_LOCK |
zcl ota-config lock
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_READ |
zcl ota-config read [token:2]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_UNLOCK |
zcl ota-config unlock [data:-1]
|
Detailed Description
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.
Macro Definition Documentation
#define EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_LOCK |
zcl ota-config lock
- Command to lock the token values.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_CONFIGURATION_CLUSTER_READ |
zcl ota-config read [token:2]
-
Command to read a token value.
- token - INT16U
#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
#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