Skip to content

Commit 5d75c3b

Browse files
authored
fix: add missing s8 pro mop code and q revo dock (#92)
1 parent 012074b commit 5d75c3b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ alexapy = "^1.26.8"
3232

3333

3434
[build-system]
35-
requires = ["poetry-core==1.5.0"]
35+
requires = ["poetry-core==1.6.1"]
3636
build-backend = "poetry.core.masonry.api"
3737

3838
[tool.poetry.group.dev.dependencies]

roborock/code_mappings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ class RoborockMopModeS8ProUltra(RoborockMopModeCode):
190190
deep = 301
191191
deep_plus = 303
192192
fast = 304
193+
custom = 302
193194

194195

195196
class RoborockMopIntensityCode(RoborockEnum):
@@ -234,6 +235,7 @@ class RoborockDockTypeCode(RoborockEnum):
234235
auto_empty_dock_pure = 5
235236
s7_max_ultra_dock = 6
236237
s8_dock = 7
238+
q_revo = 8
237239

238240

239241
class RoborockDockDustCollectionModeCode(RoborockEnum):

0 commit comments

Comments
 (0)