Skip to content

Commit

Permalink
Merge pull request #551 from MichaelDvP/dev
Browse files Browse the repository at this point in the history
fix #549, set minimum emergencyTemp to 15°C
  • Loading branch information
proddy committed Jun 17, 2022
2 parents a02d4ab + cec1fce commit 449c01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/boiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Boiler::Boiler(uint8_t device_type, int8_t device_id, uint8_t product_id, const
FL_(emergencyTemp),
DeviceValueUOM::DEGREES,
MAKE_CF_CB(set_emergency_temp),
40,
15,
70);

/*
Expand Down

0 comments on commit 449c01d

Please sign in to comment.