mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-12-22 20:37:09 +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": {
|
||||
"device_class": SwitchDeviceClass.SWITCH,
|
||||
},
|
||||
"offline_voice_function": {
|
||||
"device_class": SwitchDeviceClass.SWITCH,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
@@ -2001,6 +2001,9 @@
|
||||
"laundry": {
|
||||
"name": "One Key Laundry"
|
||||
},
|
||||
"offline_voice_function": {
|
||||
"name": "Offline Voice"
|
||||
},
|
||||
"winter_mode": {
|
||||
"name": "Winter Mode"
|
||||
},
|
||||
|
||||
@@ -2101,6 +2101,9 @@
|
||||
"laundry": {
|
||||
"name": "一键晾衣"
|
||||
},
|
||||
"offline_voice_function": {
|
||||
"name": "离线语音"
|
||||
},
|
||||
"winter_mode": {
|
||||
"name": "冬季模式"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user