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 71855e4 commit 5459b51Copy full SHA for 5459b51
plugwise/constants.py
@@ -80,7 +80,7 @@
80
MAX_SETPOINT: Final[float] = 30.0
81
MIN_SETPOINT: Final[float] = 4.0
82
NONE: Final = "None"
83
-OFF: Final = "Off"
+OFF: Final = "off"
84
85
# XML data paths
86
APPLIANCES: Final = "/core/appliances"
0 commit comments