We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522ab8a commit 0b2349bCopy full SHA for 0b2349b
roborock/version_1_apis/roborock_client_v1.py
@@ -336,6 +336,10 @@ async def get_server_timer(self) -> list[ServerTimer]:
336
return [ServerTimer(*server_timers)]
337
return []
338
339
+ async def load_multi_map(self, map_flag: int) -> None:
340
+ """Load the map into the vacuum's memory."""
341
+ await self.send_command(RoborockCommand.LOAD_MULTI_MAP, [map_flag])
342
+
343
def _get_payload(
344
self,
345
method: RoborockCommand | str,
0 commit comments