Enumerator
|
EMBER_ZCL_STATUS_SUCCESS
|
The operation was successful.
|
EMBER_ZCL_STATUS_FAILURE
|
The operation was not successful.
|
EMBER_ZCL_STATUS_NOT_AUTHORIZED
|
The sender of the command does not have authorization to carry out this command.
|
EMBER_ZCL_STATUS_RESERVED_FIELD_NOT_ZERO
|
A reserved field/subfield/bit contains a non-zero value.
|
EMBER_ZCL_STATUS_MALFORMED_COMMAND
|
The command appears to contain the wrong fields, as detected either by the presence of one or more invalid field entries or by missing fields. Command not carried out.
|
EMBER_ZCL_STATUS_UNSUP_CLUSTER_COMMAND
|
The specified cluster command is not supported on the device. The command is not carried out.
|
EMBER_ZCL_STATUS_UNSUP_GENERAL_COMMAND
|
The specified general ZCL command is not supported on the device.
|
EMBER_ZCL_STATUS_UNSUP_MANUF_CLUSTER_COMMAND
|
A manufacturer-specific unicast, cluster specific command was received with an unknown manufacturer code, or the manufacturer code was recognized but the command is not supported.
|
EMBER_ZCL_STATUS_UNSUP_MANUF_GENERAL_COMMAND
|
A manufacturer-specific unicast, ZCL specific command was received with an unknown manufacturer code, or the manufacturer code was recognized but the command is not supported.
|
EMBER_ZCL_STATUS_INVALID_FIELD
|
At least one field of the command contains an incorrect value, according to the specification the device is implemented to.
|
EMBER_ZCL_STATUS_UNSUPPORTED_ATTRIBUTE
|
The specified attribute does not exist on the device.
|
EMBER_ZCL_STATUS_INVALID_VALUE
|
An out of range error, or set to a reserved value. An attribute keeps its old value. Note that an attribute value may be out of range if the attribute is related to another, e.g., with minimum and maximum attributes. See the individual attribute descriptions in ZCL specification for specific details.
|
EMBER_ZCL_STATUS_READ_ONLY
|
Attempt to write a read only attribute.
|
EMBER_ZCL_STATUS_INSUFFICIENT_SPACE
|
An operation (e.g., an attempt to create an entry in a table) failed due to an insufficient amount of free space available.
|
EMBER_ZCL_STATUS_DUPLICATE_EXISTS
|
An attempt to create an entry in a table failed due to a duplicate entry already present in the table.
|
EMBER_ZCL_STATUS_NOT_FOUND
|
The requested information (e.g., table entry) could not be found.
|
EMBER_ZCL_STATUS_UNREPORTABLE_ATTRIBUTE
|
Periodic reports cannot be issued for this attribute.
|
EMBER_ZCL_STATUS_INVALID_DATA_TYPE
|
The data type given for an attribute is incorrect. The command is not carried out.
|
EMBER_ZCL_STATUS_INVALID_SELECTOR
|
The selector for an attribute is incorrect.
|
EMBER_ZCL_STATUS_WRITE_ONLY
|
A request has been made to read an attribute that the requestor is not authorized to read. No action taken.
|
EMBER_ZCL_STATUS_INCONSISTENT_STARTUP_STATE
|
Setting the requested values puts the device in an inconsistent state on startup. No action taken.
|
EMBER_ZCL_STATUS_DEFINED_OUT_OF_BAND
|
An attempt has been made to write an attribute that is present but is defined using an out-of-band method and not over the air.
|
EMBER_ZCL_STATUS_INCONSISTENT
|
The supplied values (e.g., contents of table cells) are inconsistent.
|
EMBER_ZCL_STATUS_ACTION_DENIED
|
The credentials presented by the device sending the command are not sufficient to perform this action.
|
EMBER_ZCL_STATUS_TIMEOUT
|
The exchange was aborted due to excessive response time.
|
EMBER_ZCL_STATUS_ABORT
|
Failed case when a client or a server decides to abort the upgrade process.
|
EMBER_ZCL_STATUS_INVALID_IMAGE
|
Invalid OTA upgrade image (ex. failed signature validation or signer information check or CRC check).
|
EMBER_ZCL_STATUS_WAIT_FOR_DATA
|
Server does not have the data block available yet.
|
EMBER_ZCL_STATUS_NO_IMAGE_AVAILABLE
|
No OTA upgrade image available for a particular client.
|
EMBER_ZCL_STATUS_REQUIRE_MORE_IMAGE
|
The client still requires more OTA upgrade image files to successfully upgrade.
|
EMBER_ZCL_STATUS_NOTIFICATION_PENDING
|
The command has been received and is being processed.
|
EMBER_ZCL_STATUS_HARDWARE_FAILURE
|
An operation was unsuccessful due to a hardware failure.
|
EMBER_ZCL_STATUS_SOFTWARE_FAILURE
|
An operation was unsuccessful due to a software failure.
|
EMBER_ZCL_STATUS_CALIBRATION_ERROR
|
An error occurred during calibration.
|
EMBER_ZCL_STATUS_NULL
|
Distinguished value that represents a null (invalid) status.
|