mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
formatting
This commit is contained in:
@@ -688,7 +688,6 @@ void Boiler::process_UBAParameterWWPlus(std::shared_ptr<const Telegram> telegram
|
||||
changed_ |= telegram->read_value(wWCircPumpMode_, 11); // 1=1x3min... 6=6x3min, 7=continuous
|
||||
// changed_ |= telegram->read_value(wWDisinfectTemp_, 12); // settings, status in E9
|
||||
// changed_ |= telegram->read_value(wWSelTemp_, 6); // settings, status in E9
|
||||
|
||||
}
|
||||
|
||||
// 0xE9 - DHW Status
|
||||
@@ -801,7 +800,7 @@ void Boiler::set_flow_temp(const char * value, const int8_t id) {
|
||||
// set min boiler output
|
||||
void Boiler::set_heating_activated(const char * value, const int8_t id) {
|
||||
bool v = false;
|
||||
if (!Helpers::value2bool (value, v)) {
|
||||
if (!Helpers::value2bool(value, v)) {
|
||||
return;
|
||||
}
|
||||
LOG_INFO(F("Setting boiler heating "), v ? "on" : "off");
|
||||
|
||||
Reference in New Issue
Block a user