ESPHome
2023.11.6
|
Go to the source code of this file.
Data Structures | |
class | esphome::climate::ClimateCall |
This class is used to encode all control actions on a climate device. More... | |
struct | esphome::climate::ClimateDeviceRestoreState |
Struct used to save the state of the climate device in restore memory. More... | |
class | esphome::climate::Climate |
ClimateDevice - This is the base class for all climate integrations. More... | |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::climate | |
Functions | |
struct esphome::climate::ClimateDeviceRestoreState | esphome::climate::__attribute__ ((packed)) |
ClimateCall | to_call (Climate *climate) |
Convert this struct to a climate call that can be performed. More... | |
void | apply (Climate *climate) |
Apply these settings to the climate device. More... | |
Variables | |
ClimateMode | mode |
bool | uses_custom_fan_mode {false} |
union { | |
ClimateFanMode fan_mode | |
uint8_t custom_fan_mode | |
}; | |
bool | uses_custom_preset {false} |
union { | |
ClimatePreset preset | |
uint8_t custom_preset | |
}; | |
ClimateSwingMode | swing_mode |
union { | |
float target_temperature | |
struct { | |
float target_temperature_low | |
float target_temperature_high | |
} | |
}; | |
esphome::climate::Climate | esphome::climate::__attribute__ |
void __attribute__::apply | ( | Climate * | climate | ) |
Apply these settings to the climate device.
ClimateCall __attribute__::to_call | ( | Climate * | climate | ) |
Convert this struct to a climate call that can be performed.
union { ... } |
union { ... } |
union { ... } |