Skip to content

Commit f181d40

Browse files
committed
Correct c_heating_state type to bool
1 parent 564c8be commit f181d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ class DeviceData(
783783
control_state: str | bool
784784

785785
# For temporary use
786-
c_heating_state: str
786+
c_heating_state: bool
787787
modified: str
788788

789789
# Device availability

0 commit comments

Comments
 (0)