Skip to content

Commit

Permalink
feat: add q revo pro/p10 pro support
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenweber committed Jun 29, 2024
1 parent 2cd856f commit aefbaf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roborock/code_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ class RoborockDockTypeCode(RoborockEnum):
s7_max_ultra_dock = 6
s8_dock = 7
p10_dock = 8
p10_pro_dock = 9
s8_maxv_ultra_dock = 10


Expand Down
1 change: 1 addition & 0 deletions roborock/version_1_apis/roborock_client_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
RoborockDockTypeCode.empty_wash_fill_dock,
RoborockDockTypeCode.s8_dock,
RoborockDockTypeCode.p10_dock,
RoborockDockTypeCode.p10_pro_dock,
RoborockDockTypeCode.s8_maxv_ultra_dock,
]
RT = TypeVar("RT", bound=RoborockBase)
Expand Down

0 comments on commit aefbaf8

Please sign in to comment.