Skip to content

Commit 8652ed7

Browse files
Lash-LCopilot
andauthored
chore: docstring
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b87f60 commit 8652ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/v1/status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def mop_route_name(self) -> str | None:
6262
return self.mop_route_mapping.get(self.mop_mode)
6363

6464
def _parse_response(self, response: common.V1ResponseData) -> Self:
65-
"""Parse the response from the device into a CleanSummary."""
65+
"""Parse the response from the device into a StatusV2-based status object."""
6666
if isinstance(response, list):
6767
response = response[0]
6868
if isinstance(response, dict):

0 commit comments

Comments
 (0)