mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-18 00:00:17 -07:00
Merge pull request #42 from ctih/patch-2
Update ac.py to support NATURE mode as a fan speed
This commit is contained in:
commit
0d619f5060
@ -72,6 +72,7 @@ class ACFanSpeed(enum.Enum):
|
||||
HIGH = '@AC_MAIN_WIND_STRENGTH_HIGH_W'
|
||||
POWER = '@AC_MAIN_WIND_STRENGTH_POWER_W'
|
||||
AUTO = '@AC_MAIN_WIND_STRENGTH_AUTO_W'
|
||||
NATURE = '@AC_MAIN_WIND_STRENGTH_NATURE_W'
|
||||
|
||||
|
||||
class ACOp(enum.Enum):
|
||||
|
Loading…
x
Reference in New Issue
Block a user