esp_zigbee_gateway sample
esp_zb_zcl_on_off_attr_t
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_zigbee_gateway sample
esp_zb_zcl_on_off_attr_t
esp_zb_zcl_on_off_attr_t enum
Syntax
Show:
Summary
Declaration
from
esp_zigbee_zcl_on_off.h:16
enum
{
ESP_ZB_ZCL_ATTR_ON_OFF_ON_OFF_ID
=
0
,
ESP_ZB_ZCL_ATTR_ON_OFF_GLOBAL_SCENE_CONTROL
=
0x4000
,
ESP_ZB_ZCL_ATTR_ON_OFF_ON_TIME
=
0x4001
,
ESP_ZB_ZCL_ATTR_ON_OFF_OFF_WAIT_TIME
=
0x4002
,
ESP_ZB_ZCL_ATTR_ON_OFF_START_UP_ON_OFF
=
0x4003
,
}
;
Values
Value
Declared as
Description
esp_zb_zcl_on_off_attr_t::ESP_ZB_ZCL_ATTR_ON_OFF_ON_OFF_ID
=
0
OnOff attribute.
esp_zb_zcl_on_off_attr_t::ESP_ZB_ZCL_ATTR_ON_OFF_GLOBAL_SCENE_CONTROL
=
0x4000
Global Scene Control attribute identifier.
esp_zb_zcl_on_off_attr_t::ESP_ZB_ZCL_ATTR_ON_OFF_ON_TIME
=
0x4001
On Time attribute identifier.
esp_zb_zcl_on_off_attr_t::ESP_ZB_ZCL_ATTR_ON_OFF_OFF_WAIT_TIME
=
0x4002
Off Wait Time attribute identifier.
esp_zb_zcl_on_off_attr_t::ESP_ZB_ZCL_ATTR_ON_OFF_START_UP_ON_OFF
=
0x4003
Define the desired startup behavior.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out