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 476083d commit dfb8e18Copy full SHA for dfb8e18
roborock/typing.py
@@ -11,6 +11,7 @@ class RoborockDevicePropField(str, Enum):
11
CLEAN_SUMMARY = "clean_summary"
12
CONSUMABLE = "consumable"
13
LAST_CLEAN_RECORD = "last_clean_record"
14
+ DOCK_SUMMARY = "dock_summary"
15
16
17
class RoborockCommand(str, Enum):
0 commit comments