ESPHome
2024.10.2
|
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::climate | |
Functions | |
const LogString * | esphome::climate::climate_mode_to_string (ClimateMode mode) |
Convert the given ClimateMode to a human-readable string. More... | |
const LogString * | esphome::climate::climate_action_to_string (ClimateAction action) |
Convert the given ClimateAction to a human-readable string. More... | |
const LogString * | esphome::climate::climate_fan_mode_to_string (ClimateFanMode mode) |
Convert the given ClimateFanMode to a human-readable string. More... | |
const LogString * | esphome::climate::climate_swing_mode_to_string (ClimateSwingMode mode) |
Convert the given ClimateSwingMode to a human-readable string. More... | |
const LogString * | esphome::climate::climate_preset_to_string (ClimatePreset preset) |
Convert the given PresetMode to a human-readable string. More... | |