mirror of https://github.com/Andre0512/hon.git
Fix crash when wash-dryer enters phase 8
Added a constant for phase 8
This commit is contained in:
parent
cbaf9f13b4
commit
73b446eb22
|
@ -100,6 +100,7 @@ WASHING_PR_PHASE: dict[int, str] = {
|
||||||
5: "rinse",
|
5: "rinse",
|
||||||
6: "rinse",
|
6: "rinse",
|
||||||
7: "drying",
|
7: "drying",
|
||||||
|
8: "drying",
|
||||||
9: "steam",
|
9: "steam",
|
||||||
10: "ready",
|
10: "ready",
|
||||||
11: "spin",
|
11: "spin",
|
||||||
|
|
Loading…
Reference in New Issue