esp_zigbee_gateway sample
esp_zb_zcl_window_covering_cmd_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_window_covering_cmd_t
esp_zb_zcl_window_covering_cmd_t enum
Syntax
Show:
Summary
Declaration
from
esp_zigbee_zcl_window_covering.h:77
enum
{
ESP_ZB_ZCL_CMD_WINDOW_COVERING_UP_OPEN
=
0x00
,
ESP_ZB_ZCL_CMD_WINDOW_COVERING_DOWN_CLOSE
=
0x01
,
ESP_ZB_ZCL_CMD_WINDOW_COVERING_STOP
=
0x02
,
ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_LIFT_VALUE
=
0x04
,
ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_LIFT_PERCENTAGE
=
0x05
,
ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_TILT_VALUE
=
0x07
,
ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_TILT_PERCENTAGE
=
0x08
}
;
Values
Value
Declared as
Description
esp_zb_zcl_window_covering_cmd_t::ESP_ZB_ZCL_CMD_WINDOW_COVERING_UP_OPEN
=
0x00
Up/Open command.
esp_zb_zcl_window_covering_cmd_t::ESP_ZB_ZCL_CMD_WINDOW_COVERING_DOWN_CLOSE
=
0x01
Down/Close command.
esp_zb_zcl_window_covering_cmd_t::ESP_ZB_ZCL_CMD_WINDOW_COVERING_STOP
=
0x02
Stop command.
esp_zb_zcl_window_covering_cmd_t::ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_LIFT_VALUE
=
0x04
Go to Lift Value command.
esp_zb_zcl_window_covering_cmd_t::ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_LIFT_PERCENTAGE
=
0x05
Go to Lift Percentage command.
esp_zb_zcl_window_covering_cmd_t::ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_TILT_VALUE
=
0x07
Go to Tilt Value command.
esp_zb_zcl_window_covering_cmd_t::ESP_ZB_ZCL_CMD_WINDOW_COVERING_GO_TO_TILT_PERCENTAGE
=
0x08
Go to Tilt Percentage command.
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