Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Indirect-wind resumed
Browse files Browse the repository at this point in the history
  • Loading branch information
georgezhao2010 authored Jul 27, 2021
1 parent d97b7a8 commit 110315e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/climate_ewelink/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "climate_ewelink",
"name": "Midea A/C via eWeLink",
"version": "v0.2.9",
"version": "v0.3.0",
"config_flow": true,
"documentation": "https://github.com/georgezhao2010/climate_ewelink",
"issue_tracker": "https://github.com/georgezhao2010/climate_ewelink/issues",
Expand Down
1 change: 1 addition & 0 deletions custom_components/climate_ewelink/statemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def process_message(self, message):
elif "action" in data and data["action"] == "update" or data["action"] == "sysmsg" \
and "deviceid" in data and "params" in data:
self.update_device(data["deviceid"], data["params"])
self.send_query(data["deviceid"])

def send_query(self, deviceid):
self.send_payload(deviceid, {"_query": 1})
Expand Down

0 comments on commit 110315e

Please sign in to comment.