Skip to content

Commit

Permalink
Merge pull request #28 from Viproz/patch-1
Browse files Browse the repository at this point in the history
Added Ariston Clima support
  • Loading branch information
nbogojevic authored Jan 25, 2024
2 parents 76e1bd2 + 8dc2af6 commit 3e3f459
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions midea_beautiful/midea.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ def decrypt_internal(data: str) -> str:
"signkey": "xhdiwjnchekd4d512chdjx5d8e4c394D2D7S",
"proxied": None,
},
"Ariston Clima": {
"appkey": "434a209a5ce141c3b726de067835d7f0",
"appid": 1005,
"apiurl": "https://mapp.appsmb.com",
"signkey": "xhdiwjnchekd4d512chdjx5d8e4c394D2D7S",
"proxied": None,
},
"MSmartHome": {
"appkey": "ac21b9f9cbfe4ca5a88562ef25e2b768",
"appid": 1010,
Expand Down

0 comments on commit 3e3f459

Please sign in to comment.