Skip to content

Commit 6ceedad

Browse files
fix: removing non-needed classes
1 parent 7ac0485 commit 6ceedad

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

roborock/typing.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@
1717
)
1818

1919

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-
3520
class RoborockCommand(str, Enum):
3621
GET_PROP = "get_prop"
3722
GET_MAP_V1 = "get_map_v1"

0 commit comments

Comments
 (0)