ZCL identify

Zigbee Cluster Library (ZCL) identify cluster usage definition for ESP Zigbee SDK.

Header File

Macros

ESP_ZB_ZCL_IDENTIFY_IDENTIFY_TIME_DEFAULT_VALUE

Default value for Identify attribute.

Type Definitions

typedef enum esp_zb_zcl_identify_trigger_effect_s esp_zb_zcl_identify_trigger_effect_t

the values of the effect identifier field of the trigger effect command

Enumerations

enum esp_zb_zcl_identify_attr_t

Identify cluster attribute identifier.

Values:

enumerator ESP_ZB_ZCL_ATTR_IDENTIFY_IDENTIFY_TIME_ID

Identify time attribute

enum esp_zb_zcl_identify_cmd_id_t

Command identifiers for “Identify” cluster.

Values:

enumerator ESP_ZB_ZCL_CMD_IDENTIFY_IDENTIFY_ID

Identify command

enumerator ESP_ZB_ZCL_CMD_IDENTIFY_IDENTIFY_QUERY_ID

Identify query command

enumerator ESP_ZB_ZCL_CMD_IDENTIFY_TRIGGER_EFFECT_ID

“Trigger effect” command identifier.

enumerator ESP_ZB_ZCL_CMD_IDENTIFY_IDENTIFY_QUERY_RSP_ID

Identify query response

enum esp_zb_zcl_identify_trigger_effect_s

the values of the effect identifier field of the trigger effect command

Values:

enumerator ESP_ZB_ZCL_IDENTIFY_EFFECT_ID_BLINK

Effect identifier field value: Light is turned on/off once

enumerator ESP_ZB_ZCL_IDENTIFY_EFFECT_ID_BREATHE

Effect identifier field value: Light turned on/off over 1 second and repeated 15 times

enumerator ESP_ZB_ZCL_IDENTIFY_EFFECT_ID_OKAY

Effect identifier field value: Colored light turns green for 1 second; non-colored light flashes twice

enumerator ESP_ZB_ZCL_IDENTIFY_EFFECT_ID_CHANNEL_CHANGE

Effect identifier field value: Colored light turns orange for 8 seconds; non-colored light switches to maximum brightness for 0.5s and then minimum brightness for 7.5s

enumerator ESP_ZB_ZCL_IDENTIFY_EFFECT_ID_FINISH_EFFECT

Effect identifier field value: Complete the current effect sequence before terminating.

enumerator ESP_ZB_ZCL_IDENTIFY_EFFECT_ID_STOP

Effect identifier field value: Terminate the effect as soon as possible