mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-10-15 10:48:26 +00:00
feat: add credentials change feature. Fix #6.
This commit is contained in:
@@ -49,6 +49,15 @@
|
||||
},
|
||||
"title": "Configure"
|
||||
},
|
||||
"change_credentials": {
|
||||
"title": "Change Credentials",
|
||||
"description": "Change Midea cloud account's username and password",
|
||||
"data": {
|
||||
"account": "Username",
|
||||
"password": "Password",
|
||||
"server": "Server"
|
||||
}
|
||||
},
|
||||
"reset":{
|
||||
"title": "Reset the configuration of appliance",
|
||||
"description": "Remove the old configuration and make a new configuration use template\nIf your configuration was modified, the changes will lost\nIf your appliance type or model not in template, then the new configuration won't be made",
|
||||
|
@@ -49,6 +49,15 @@
|
||||
},
|
||||
"title": "选项"
|
||||
},
|
||||
"change_credentials": {
|
||||
"title": "修改账号密码",
|
||||
"description": "修改美的云账号的用户名和密码",
|
||||
"data": {
|
||||
"account": "用户名",
|
||||
"password": "密码",
|
||||
"server": "服务器"
|
||||
}
|
||||
},
|
||||
"reset":{
|
||||
"title": "重置配置文件",
|
||||
"description": "移除已有的设备配置,并使用标准模板重新生成设备配置\n如果你的设备配置json文件进行过修改,重置之后修改将丢失\n如果标准模板中没有该设备类型,则不会生成设备配置",
|
||||
|
Reference in New Issue
Block a user