feat: adapt to T0xAC new power save mode

This commit is contained in:
sususweet
2025-10-01 14:20:45 +08:00
parent 167d767b28
commit a31c905fb5

View File

@@ -28,10 +28,11 @@ DEVICE_MAPPING = {
"none": { "none": {
"eco": "off", "eco": "off",
"comfort_power_save": "off", "comfort_power_save": "off",
"cool_power_saving": 0,
# "comfort_sleep": "off", # "comfort_sleep": "off",
"strong_wind": "off" "strong_wind": "off"
}, },
"eco": {"eco": "on"}, "eco": {"eco": "on", "cool_power_saving": 1},
"comfort": {"comfort_power_save": "on"}, "comfort": {"comfort_power_save": "on"},
# "sleep": {"comfort_sleep": "on"}, # "sleep": {"comfort_sleep": "on"},
"boost": {"strong_wind": "on"} "boost": {"strong_wind": "on"}