mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix #549, set minimum emergencyTemp to 15°C
This commit is contained in:
@@ -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);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user