Skip to content

Commit ecf3d49

Browse files
committed
add docksummary field
1 parent dfb8e18 commit ecf3d49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roborock/typing.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ class RoborockDevicePropField(str, Enum):
1414
DOCK_SUMMARY = "dock_summary"
1515

1616

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+
1723
class RoborockCommand(str, Enum):
1824
GET_MAP_V1 = "get_map_v1",
1925
GET_STATUS = "get_status"

0 commit comments

Comments
 (0)