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 7ac0485 commit 6ceedadCopy full SHA for 6ceedad
roborock/typing.py
@@ -17,21 +17,6 @@
17
)
18
19
20
-class RoborockDevicePropField(str, Enum):
21
- STATUS = "status"
22
- DND_TIMER = "dnd_timer"
23
- CLEAN_SUMMARY = "clean_summary"
24
- CONSUMABLE = "consumable"
25
- LAST_CLEAN_RECORD = "last_clean_record"
26
- DOCK_SUMMARY = "dock_summary"
27
-
28
29
-class RoborockDockSummaryField(str, Enum):
30
- DUST_COLLECTION_MODE = "dust_collection_mode"
31
- WASHING_MODE_TYPE = "washing_mode_type"
32
- MOP_WASH = "mop_wash"
33
34
35
class RoborockCommand(str, Enum):
36
GET_PROP = "get_prop"
37
GET_MAP_V1 = "get_map_v1"
0 commit comments