Skip to content

Commit dfb8e18

Browse files
committed
add dock_summary to typing
1 parent 476083d commit dfb8e18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roborock/typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class RoborockDevicePropField(str, Enum):
1111
CLEAN_SUMMARY = "clean_summary"
1212
CONSUMABLE = "consumable"
1313
LAST_CLEAN_RECORD = "last_clean_record"
14+
DOCK_SUMMARY = "dock_summary"
1415

1516

1617
class RoborockCommand(str, Enum):

0 commit comments

Comments
 (0)