(0x11) General Cluster Frames
The General Clusters command set encompasses the following mandatory ZCL clusters in the general domain:
Basic
Identify
Time
The mandatory commands associated with a given General Cluster are made available only if that cluster is first appended to the application endpoint configuration. For example, the Identify Start and Identify Stop commands will become available to the Host only after it configures an application endpoint with the Identify server cluster.
( PH:0x011, SH:0x00 ) - Received Reset to Factory Default Command
Overview
The Received Reset to Factory Default command is sent by the Module to the Host on reception of a Basic cluster Reset to Factory Default command from the network.
Please note: RapidConnect does not currently support this command. If the Host sends a Reset to Factory Default command, the Module will respond with UNSUPPORTED_CLUSTER_COMMAND (0x81) and will not trigger the Received Reset to Factory Default command.
Payload
The command has no payload.
Effect on Receipt
The Host is expected to reset the values of all supported attributes to their factory defaults. If the Host possesses these values, it should apply the Attribute Write command to re-write them.
Allowed Contexts
All Contexts
Sent By Host/Module
Module.
( PH:0x011, SH:0x10 ) - Identify Start Command
Overview
The Identify Start command is sent by the Module to the Host on reception of an Identify cluster Identify command from the network. Specifically, the command conveys the ID of the endpoint on which the Identify action should occur and will only be passed to the Host at its required time of execution.
Payload
Byte Index | Field Name | Notes |
|---|---|---|
0 | Endpoint ID | ID of the endpoint on which the Identify action should start. |
Effect on Receipt
The Host shall initiate its Identify action (e.g., blinking LED, etc.) on the specified endpoint.
Allowed Contexts
All Contexts
Sent By Host/Module
Module.
( PH:0x011, SH:0x11 ) - Identify Stop Command
Overview
The Identify Stop command is sent by the Module to the Host on expiration of a preceding Identify Start command (i.e., when the Identify Time duration of that command has been expended) or on reception of an explicit command from the network prompting the application to stop identifying on the given endpoint.
Payload
Byte Index | Field Name | Notes |
|---|---|---|
0 | Endpoint | ID of the endpoint on which the Identify action should stop. |
Effect on Receipt
The Host shall stop its Identify action on the specified endpoint.
Allowed Contexts
All Contexts
Sent By Host/Module
Module.