We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af4239 commit ee0e20bCopy full SHA for ee0e20b
luxtronik/calculations.py
@@ -317,6 +317,6 @@ def __init__(self):
317
264: Unknown("Unknown_Calculation_264"),
318
265: Unknown("Unknown_Calculation_265"),
319
266: Unknown("Unknown_Calculation_266"),
320
- 267: Celsius("Desired_Room_Temperature"),
321
- 268: Power("AC_Power_Input")
+ 267: Celsius(["Desired_Room_Temperature", "Unknown_Calculation_267"]),
+ 268: Power(["AC_Power_Input", "Unknown_Calculation_268"]),
322
}
0 commit comments