Skip to content

Commit a7594e6

Browse files
authored
Merge pull request #309 from plugwise/fixture_fix
Fix m_adam_heating
2 parents fc44845 + 72d7927 commit a7594e6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/fake_fixtures.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,12 @@
233233
m_adam_heating["devices"]["056ee145a816487eaa69243c3280f8bf"]["sensors"][
234234
"intended_boiler_temperature"
235235
] = 38.1
236-
m_adam_heating["devices"]["056ee145a816487eaa69243c3280f8bf"][
237-
"domestic_hot_water_setpoint"
238-
] = {"setpoint": 60.0, "lower_bound": 25.0, "upper_bound": 95.0, "resolution": 0.01}
236+
m_adam_heating["devices"]["056ee145a816487eaa69243c3280f8bf"]["max_dhw_temperature"] = {
237+
"setpoint": 60.0,
238+
"lower_bound": 40.0,
239+
"upper_bound": 60.0,
240+
"resolution": 0.01,
241+
}
239242

240243
fake_name = "m_adam_heating"
241244

0 commit comments

Comments
 (0)