We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1738ee5 commit c3c28fbCopy full SHA for c3c28fb
roborock/data/b01_q7/b01_q7_containers.py
@@ -222,6 +222,7 @@ def clean_path_preference_name(self) -> str | None:
222
"""Returns the name of the current clean path preference."""
223
return self.clean_path_preference.value if self.clean_path_preference is not None else None
224
225
+
226
@dataclass
227
class CleanRecordDetail(RoborockBase):
228
"""Represents a single clean record detail (from `record_list[].detail`)."""
0 commit comments