Skip to content

Commit b3b629a

Browse files
committed
Fix bug with read only mode, add more tests
1 parent 82b85e4 commit b3b629a

File tree

3 files changed

+990
-1
lines changed

3 files changed

+990
-1
lines changed

ThermiaOnlineAPI/model/HeatPump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ def is_operation_mode_read_only(self):
937937
)
938938

939939
if self.__group_operational_operation_read_only is not None:
940-
True
940+
return True
941941

942942
return None
943943

0 commit comments

Comments
 (0)