mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 02:00:55 +00:00
Fixed wrong comment (#3286)
This commit is contained in:
parent
aafdfa933e
commit
59f67796dc
@ -76,7 +76,7 @@ enum ClimateSwingMode : uint8_t {
|
|||||||
CLIMATE_SWING_HORIZONTAL = 3,
|
CLIMATE_SWING_HORIZONTAL = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Enum for all modes a climate swing can be in
|
/// Enum for all preset modes
|
||||||
enum ClimatePreset : uint8_t {
|
enum ClimatePreset : uint8_t {
|
||||||
/// No preset is active
|
/// No preset is active
|
||||||
CLIMATE_PRESET_NONE = 0,
|
CLIMATE_PRESET_NONE = 0,
|
||||||
@ -108,7 +108,7 @@ const LogString *climate_fan_mode_to_string(ClimateFanMode mode);
|
|||||||
/// Convert the given ClimateSwingMode to a human-readable string.
|
/// Convert the given ClimateSwingMode to a human-readable string.
|
||||||
const LogString *climate_swing_mode_to_string(ClimateSwingMode mode);
|
const LogString *climate_swing_mode_to_string(ClimateSwingMode mode);
|
||||||
|
|
||||||
/// Convert the given ClimateSwingMode to a human-readable string.
|
/// Convert the given PresetMode to a human-readable string.
|
||||||
const LogString *climate_preset_to_string(ClimatePreset preset);
|
const LogString *climate_preset_to_string(ClimatePreset preset);
|
||||||
|
|
||||||
} // namespace climate
|
} // namespace climate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user