Skip to content

Commit

Permalink
fix: add missing s8 pro mop code and q revo dock (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Jul 18, 2023
1 parent 012074b commit 5d75c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ alexapy = "^1.26.8"


[build-system]
requires = ["poetry-core==1.5.0"]
requires = ["poetry-core==1.6.1"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 2 additions & 0 deletions roborock/code_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class RoborockMopModeS8ProUltra(RoborockMopModeCode):
deep = 301
deep_plus = 303
fast = 304
custom = 302


class RoborockMopIntensityCode(RoborockEnum):
Expand Down Expand Up @@ -234,6 +235,7 @@ class RoborockDockTypeCode(RoborockEnum):
auto_empty_dock_pure = 5
s7_max_ultra_dock = 6
s8_dock = 7
q_revo = 8


class RoborockDockDustCollectionModeCode(RoborockEnum):
Expand Down

0 comments on commit 5d75c3b

Please sign in to comment.