Skip to content

Commit

Permalink
feat: add a01
Browse files Browse the repository at this point in the history
BREAKING CHANGE: You must now specify what version api you want to use with clients.
  • Loading branch information
Lash-L committed Apr 8, 2024
1 parent bc3a9bf commit f7947fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roborock/version_a01_apis/roborock_client_a01.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ def on_message_received(self, messages: list[RoborockMessage]) -> None:
queue.resolve((converted_response, None))

async def update_values(self, dyad_data_protocols: list[RoborockDyadDataProtocol]):
"""This should handle updating for each given protocol."""
raise NotImplementedError

0 comments on commit f7947fc

Please sign in to comment.