Skip to content

Commit 9511e1f

Browse files
committed
Save updated fixture
1 parent d0659ea commit 9511e1f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

fixtures/m_adam_cooling/all_data.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,13 @@
6363
"select_schedule": "Weekschema",
6464
"selected_schedule": "None",
6565
"sensors": {
66-
"setpoint_high": 23.5,
67-
"setpoint_low": 4.0,
66+
"setpoint": 23.5,
6867
"temperature": 25.8
6968
},
7069
"thermostat": {
7170
"lower_bound": 1.0,
7271
"resolution": 0.01,
73-
"setpoint_high": 23.5,
74-
"setpoint_low": 4.0,
72+
"setpoint": 23.5,
7573
"upper_bound": 35.0
7674
},
7775
"vendor": "Plugwise"
@@ -116,9 +114,8 @@
116114
"select_schedule": "Badkamer",
117115
"sensors": {
118116
"battery": 56,
119-
"setpoint_high": 23.5,
120-
"setpoint_low": 20.0,
121-
"temperature": 239
117+
"setpoint": 23.5,
118+
"temperature": 23.9
122119
},
123120
"temperature_offset": {
124121
"lower_bound": -2.0,
@@ -129,8 +126,7 @@
129126
"thermostat": {
130127
"lower_bound": 0.0,
131128
"resolution": 0.01,
132-
"setpoint_high": 25.0,
133-
"setpoint_low": 19.0,
129+
"setpoint": 25.0,
134130
"upper_bound": 99.9
135131
},
136132
"vendor": "Plugwise",

0 commit comments

Comments
 (0)