1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-08 22:32:21 +01:00

Fixed CLIMATE_SWING_HORIZONTAL typo (#1340)

This commit is contained in:
Rob Deutsch
2020-11-01 10:27:40 +11:00
committed by GitHub
parent 0059a6de46
commit 7e53fc9d6a
3 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ enum ClimateSwingMode : uint32_t {
CLIMATE_SWING_OFF = 0,
CLIMATE_SWING_BOTH = 1,
CLIMATE_SWING_VERTICAL = 2,
CLIMATE_SWINT_HORIZONTAL = 3,
CLIMATE_SWING_HORIZONTAL = 3,
};
enum ClimateAction : uint32_t {
CLIMATE_ACTION_OFF = 0,