Skip to content

Commit 224a566

Browse files
authored
fix: semantic release (#76)
* fix: remove dnd timer and valley electricity from props * fix: linting * fix: clear out old keep alive before adding new one * chore: remove keep_alive_task * fix: add storing of dnd and valley in api * 0.24.2 Automatically generated by python-semantic-release * fix: add dirty tank latch error
1 parent 2035af5 commit 224a566

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-roborock"
3-
version = "0.24.1"
3+
version = "0.24.2"
44
description = "A package to control Roborock vacuums."
55
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
66
license = "GPL-3.0-only"

roborock/code_mappings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ class RoborockDockErrorCode(RoborockEnum):
223223
duct_blockage = 34
224224
water_empty = 38
225225
waste_water_tank_full = 39
226+
dirty_tank_latch_open = 44
226227

227228

228229
class RoborockDockTypeCode(RoborockEnum):

0 commit comments

Comments
 (0)