Skip to content

Commit

Permalink
fix #549, set minimum emergencyTemp to 15°C
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Jun 15, 2022
1 parent a02d4ab commit cec1fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/boiler.cpp
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 cec1fce

Please sign in to comment.