File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ alexapy = "^1.26.8"
32
32
33
33
34
34
[build-system ]
35
- requires = [" poetry-core==1.5.0 " ]
35
+ requires = [" poetry-core==1.6.1 " ]
36
36
build-backend = " poetry.core.masonry.api"
37
37
38
38
[tool .poetry .group .dev .dependencies ]
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ class RoborockMopModeS8ProUltra(RoborockMopModeCode):
190
190
deep = 301
191
191
deep_plus = 303
192
192
fast = 304
193
+ custom = 302
193
194
194
195
195
196
class RoborockMopIntensityCode (RoborockEnum ):
@@ -234,6 +235,7 @@ class RoborockDockTypeCode(RoborockEnum):
234
235
auto_empty_dock_pure = 5
235
236
s7_max_ultra_dock = 6
236
237
s8_dock = 7
238
+ q_revo = 8
237
239
238
240
239
241
class RoborockDockDustCollectionModeCode (RoborockEnum ):
You can’t perform that action at this time.
0 commit comments