mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-12-22 12:27:12 +00:00
feat: add offline voice function support for T0x17
Change-Id: Ia599072e4b9a77c360e11b5b1174bdd71d9a9c0c
This commit is contained in:
@@ -37,6 +37,9 @@ DEVICE_MAPPING = {
|
|||||||
},
|
},
|
||||||
"laundry": {
|
"laundry": {
|
||||||
"device_class": SwitchDeviceClass.SWITCH,
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
|
},
|
||||||
|
"offline_voice_function": {
|
||||||
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2001,6 +2001,9 @@
|
|||||||
"laundry": {
|
"laundry": {
|
||||||
"name": "One Key Laundry"
|
"name": "One Key Laundry"
|
||||||
},
|
},
|
||||||
|
"offline_voice_function": {
|
||||||
|
"name": "Offline Voice"
|
||||||
|
},
|
||||||
"winter_mode": {
|
"winter_mode": {
|
||||||
"name": "Winter Mode"
|
"name": "Winter Mode"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2101,6 +2101,9 @@
|
|||||||
"laundry": {
|
"laundry": {
|
||||||
"name": "一键晾衣"
|
"name": "一键晾衣"
|
||||||
},
|
},
|
||||||
|
"offline_voice_function": {
|
||||||
|
"name": "离线语音"
|
||||||
|
},
|
||||||
"winter_mode": {
|
"winter_mode": {
|
||||||
"name": "冬季模式"
|
"name": "冬季模式"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user