esp_zigbee_gateway sample
esp_zb_zcl_thermostat_system_mode_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_thermostat_system_mode_t
esp_zb_zcl_thermostat_system_mode_t enum
Syntax
Show:
Summary
Declaration
from
esp_zigbee_zcl_thermostat.h:95
enum
{
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_OFF
=
0x00
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_AUTO
=
0x01
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_COOL
=
0x03
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_HEAT
=
0x04
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_EMERGENCY_HEATING
=
0x05
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_PRECOOLING
=
0x06
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_FAN_ONLY
=
0x07
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_DRY
=
0x08
,
ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_SLEEP
=
0x09
,
}
;
Values
Value
Declared as
Description
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_OFF
=
0x00
Off value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_AUTO
=
0x01
Auto value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_COOL
=
0x03
Cool value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_HEAT
=
0x04
Heat value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_EMERGENCY_HEATING
=
0x05
Emergency Heating value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_PRECOOLING
=
0x06
Precooling value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_FAN_ONLY
=
0x07
Fan Only value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_DRY
=
0x08
Dry value.
esp_zb_zcl_thermostat_system_mode_t::ESP_ZB_ZCL_THERMOSTAT_SYSTEM_MODE_SLEEP
=
0x09
Sleep value.
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