mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-11-13 08:21:55 +00:00
feat: fix cold water single loop support for T0xE3.
This commit is contained in:
@@ -17,6 +17,9 @@ DEVICE_MAPPING = {
|
|||||||
"device_class": SwitchDeviceClass.SWITCH,
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
"rationale": [0, 1]
|
"rationale": [0, 1]
|
||||||
},
|
},
|
||||||
|
"cold_water": {
|
||||||
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
|
},
|
||||||
"cold_water_master": {
|
"cold_water_master": {
|
||||||
"device_class": SwitchDeviceClass.SWITCH,
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1827,7 +1827,7 @@
|
|||||||
"name": "CO2 Check Enable"
|
"name": "CO2 Check Enable"
|
||||||
},
|
},
|
||||||
"cold_water": {
|
"cold_water": {
|
||||||
"name": "Cold Water"
|
"name": "Cold Water Single Loop"
|
||||||
},
|
},
|
||||||
"cold_water_ai": {
|
"cold_water_ai": {
|
||||||
"name": "Cold Water AI"
|
"name": "Cold Water AI"
|
||||||
|
|||||||
@@ -1831,7 +1831,7 @@
|
|||||||
"name": "CO2检测启用"
|
"name": "CO2检测启用"
|
||||||
},
|
},
|
||||||
"cold_water": {
|
"cold_water": {
|
||||||
"name": "零冷水"
|
"name": "零冷水单次循环"
|
||||||
},
|
},
|
||||||
"cold_water_ai": {
|
"cold_water_ai": {
|
||||||
"name": "AI零冷水"
|
"name": "AI零冷水"
|
||||||
|
|||||||
Reference in New Issue
Block a user