Skip to content

Commit 65a6cc4

Browse files
authored
fix: added missing docks (#40)
1 parent 1b6f9ff commit 65a6cc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roborock/code_mappings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,11 @@ def create_code_enum(name: str, data: dict) -> RoborockEnum:
154154
"RoborockDockTypeCode",
155155
{
156156
0: "no_dock",
157+
1: "unknown",
158+
2: "unknown",
157159
3: "empty_wash_fill_dock",
160+
4: "unknown",
161+
5: "auto_empty_dock_pure"
158162
},
159163
)
160164

0 commit comments

Comments
 (0)