We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b87f60 commit 8652ed7Copy full SHA for 8652ed7
roborock/devices/traits/v1/status.py
@@ -62,7 +62,7 @@ def mop_route_name(self) -> str | None:
62
return self.mop_route_mapping.get(self.mop_mode)
63
64
def _parse_response(self, response: common.V1ResponseData) -> Self:
65
- """Parse the response from the device into a CleanSummary."""
+ """Parse the response from the device into a StatusV2-based status object."""
66
if isinstance(response, list):
67
response = response[0]
68
if isinstance(response, dict):
0 commit comments