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 dfb8e18 commit ecf3d49Copy full SHA for ecf3d49
roborock/typing.py
@@ -14,6 +14,12 @@ class RoborockDevicePropField(str, Enum):
14
DOCK_SUMMARY = "dock_summary"
15
16
17
+class RoborockDockSummaryfield(str, Enum):
18
+ DUST_COLLECTION_MODE = "dust_collection_mode"
19
+ WASHING_MODE_TYPE = "washing_mode_type"
20
+ MOP_WASH = "mop_wash"
21
+
22
23
class RoborockCommand(str, Enum):
24
GET_MAP_V1 = "get_map_v1",
25
GET_STATUS = "get_status"
0 commit comments