mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-10-15 10:48:26 +00:00
feat: add device for central air conditioner gateway(T0x21).
This commit is contained in:
@@ -1486,6 +1486,15 @@
|
||||
},
|
||||
"water_full_level": {
|
||||
"name": "Water Full Level"
|
||||
},
|
||||
"room_temp": {
|
||||
"name": "Room Temperature"
|
||||
},
|
||||
"cool_temp_set": {
|
||||
"name": "Cool Temperature Set"
|
||||
},
|
||||
"heat_temp_set": {
|
||||
"name": "Heat Temperature Set"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
@@ -2328,6 +2337,18 @@
|
||||
},
|
||||
"cold_water_master": {
|
||||
"name": "Cold Water Master"
|
||||
},
|
||||
"is_lock_heat": {
|
||||
"name": "Heat Lock"
|
||||
},
|
||||
"is_lock_cool": {
|
||||
"name": "Cool Lock"
|
||||
},
|
||||
"fan_speed_lock": {
|
||||
"name": "Fan Speed Lock"
|
||||
},
|
||||
"is_lock_rc": {
|
||||
"name": "Remote Control Lock"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1486,6 +1486,15 @@
|
||||
},
|
||||
"water_full_level": {
|
||||
"name": "满水水位"
|
||||
},
|
||||
"room_temp": {
|
||||
"name": "室内温度"
|
||||
},
|
||||
"cool_temp_set": {
|
||||
"name": "制冷设定温度"
|
||||
},
|
||||
"heat_temp_set": {
|
||||
"name": "制热设定温度"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
@@ -2328,6 +2337,18 @@
|
||||
},
|
||||
"cold_water_master": {
|
||||
"name": "单次零冷水"
|
||||
},
|
||||
"is_lock_heat": {
|
||||
"name": "制热锁定"
|
||||
},
|
||||
"is_lock_cool": {
|
||||
"name": "制冷锁定"
|
||||
},
|
||||
"fan_speed_lock": {
|
||||
"name": "风速锁定"
|
||||
},
|
||||
"is_lock_rc": {
|
||||
"name": "遥控锁定"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user