Skip to content

Commit

Permalink
parse accessories response #921
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Nov 13, 2023
1 parent d43437c commit 098d11e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/wyzecam/tutk/tutk_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,9 @@ class K10720GetAccessoriesInfo(TutkWyzeProtocolMessage):
def __init__(self):
super().__init__(10720)

def parse_response(self, resp_data):
return json.loads(resp_data)


class K10788GetIntegratedFloodlightInfo(TutkWyzeProtocolMessage):
"""
Expand Down

0 comments on commit 098d11e

Please sign in to comment.