Skip to content

Commit 182c9f7

Browse files
committed
Add MAX_/MIN_SETPOINT constants
1 parent f9583a1 commit 182c9f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@
381381
DEFAULT_PORT: Final = 80
382382
NONE: Final = "None"
383383
FAKE_LOC: Final = "0000aaaa0000aaaa0000aaaa0000aa00"
384+
MAX_SETPOINT: Final = 40
385+
MIN_SETPOINT: Final = 0
384386
SEVERITIES: Final[list[str]] = ["other", "info", "warning", "error"]
385387
SPECIAL_FORMAT: Final[list[str]] = [ENERGY_KILO_WATT_HOUR, VOLUME_CUBIC_METERS]
386388
SWITCH_GROUP_TYPES: Final[list[str]] = ["switching", "report"]

0 commit comments

Comments
 (0)