mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2026-02-27 14:16:35 +00:00
fix: support of radar_induction_closing_time for T0x26(M0100040)
This commit is contained in:
@@ -165,6 +165,12 @@ DEVICE_MAPPING = {
|
|||||||
"max": 100,
|
"max": 100,
|
||||||
"step": 1,
|
"step": 1,
|
||||||
"unit_of_measurement": PERCENTAGE
|
"unit_of_measurement": PERCENTAGE
|
||||||
|
},
|
||||||
|
"radar_induction_closing_time": {
|
||||||
|
"min": 1,
|
||||||
|
"max": 5,
|
||||||
|
"step": 1,
|
||||||
|
"unit_of_measurement": UnitOfTime.MINUTES
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Platform.SWITCH: {
|
Platform.SWITCH: {
|
||||||
|
|||||||
@@ -2055,6 +2055,9 @@
|
|||||||
"custom_timing": {
|
"custom_timing": {
|
||||||
"name": "Light Off Timer"
|
"name": "Light Off Timer"
|
||||||
},
|
},
|
||||||
|
"radar_induction_closing_time": {
|
||||||
|
"name": "Night Light Timer"
|
||||||
|
},
|
||||||
"keep_warm_time": {
|
"keep_warm_time": {
|
||||||
"name": "Keep Warm Time"
|
"name": "Keep Warm Time"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2188,6 +2188,9 @@
|
|||||||
"custom_timing": {
|
"custom_timing": {
|
||||||
"name": "延时关灯"
|
"name": "延时关灯"
|
||||||
},
|
},
|
||||||
|
"radar_induction_closing_time": {
|
||||||
|
"name": "夜灯延时关闭"
|
||||||
|
},
|
||||||
"keep_warm_time": {
|
"keep_warm_time": {
|
||||||
"name": "保温时间"
|
"name": "保温时间"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user