diff --git a/roborock/version_a01_apis/roborock_client_a01.py b/roborock/version_a01_apis/roborock_client_a01.py index f812c1e..4127935 100644 --- a/roborock/version_a01_apis/roborock_client_a01.py +++ b/roborock/version_a01_apis/roborock_client_a01.py @@ -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