Skip to content

Commit ee0e20b

Browse files
committed
Add the "unknown calculations" names for compatibility reasons
1 parent 1af4239 commit ee0e20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

luxtronik/calculations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,6 @@ def __init__(self):
317317
264: Unknown("Unknown_Calculation_264"),
318318
265: Unknown("Unknown_Calculation_265"),
319319
266: Unknown("Unknown_Calculation_266"),
320-
267: Celsius("Desired_Room_Temperature"),
321-
268: Power("AC_Power_Input")
320+
267: Celsius(["Desired_Room_Temperature", "Unknown_Calculation_267"]),
321+
268: Power(["AC_Power_Input", "Unknown_Calculation_268"]),
322322
}

0 commit comments

Comments
 (0)