Water Heater

This commit is contained in:
Vadym Melnychuk
2023-12-03 18:13:45 +02:00
parent f19c0cfcd2
commit 191bcedaa2
26 changed files with 493 additions and 12 deletions
+6
View File
@@ -282,3 +282,9 @@ AC_POSITION_VERTICAL = {
7: "position_5",
8: "swing",
}
WH_MACH_MODE: dict[int, str] = {
1: "eco",
2: "max",
3: "bps",
}