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 a28186f commit 66a823cCopy full SHA for 66a823c
plugwise/constants.py
@@ -403,8 +403,8 @@
403
"upper_bound",
404
"resolution",
405
)
406
-MAX_SETPOINT: Final[float] = 40.0
407
-MIN_SETPOINT: Final[float] = 0.0
+MAX_SETPOINT: Final[float] = 30.0
+MIN_SETPOINT: Final[float] = 4.0
408
SPECIAL_FORMAT: Final[tuple[str, ...]] = (ENERGY_KILO_WATT_HOUR, VOLUME_CUBIC_METERS)
409
SWITCH_GROUP_TYPES: Final[tuple[str, ...]] = ("switching", "report")
410
ZONE_THERMOSTATS: Final[tuple[str, ...]] = (
0 commit comments