Skip to content

Commit

Permalink
Skip cloud reportSubDevice message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Apr 24, 2022
1 parent 1cb4a64 commit 54d7efe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/sonoff/core/ewelink/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,9 @@ async def _process_ws_msg(self, data: dict):
# changed device online status
self.dispatcher_send(SIGNAL_UPDATE, data)

elif data["action"] == "reportSubDevice":
# nothing useful: https://github.com/AlexxIT/SonoffLAN/issues/767
pass

else:
_LOGGER.warning(f"UNKNOWN cloud msg: {data}")

0 comments on commit 54d7efe

Please sign in to comment.