Skip to content

Commit 2c07a8c

Browse files
committed
Add support for Toshiba iolife cloud
1 parent d9e4f79 commit 2c07a8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

midealocal/cloud.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
"app_key": "434a209a5ce141c3b726de067835d7f0",
7272
"api_url": "https://mapp.appsmb.com", # codespell:ignore
7373
},
74+
"Toshiba Iolife": {
75+
"class_name": "MideaAirCloud",
76+
"app_id": "1203",
77+
"app_key": "09c4d09f0da1513bb62dc7b6b0af9c11",
78+
"api_url": "https://toshiba-app.smartmidea.net", # codespell:ignore
79+
},
7480
}
7581

7682
DEFAULT_KEYS = {

0 commit comments

Comments
 (0)