mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-10-15 10:48:26 +00:00
feat: adapt to T0xAC new power save mode
This commit is contained in:
@@ -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"}
|
||||||
|
Reference in New Issue
Block a user