formatting

This commit is contained in:
proddy
2020-09-15 14:34:10 +02:00
parent 4523743d6f
commit af5f087b93

View File

@@ -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");