This commit is contained in:
MichaelDvP
2021-02-16 17:43:49 +01:00
committed by GitHub
parent 8030febcd3
commit f17aa09be8

View File

@@ -1026,7 +1026,7 @@ bool Boiler::set_warmwater_circulation_mode(const char * value, const int8_t id)
} else { } else {
return false; return false;
} }
write_command(EMS_TYPE_UBAParameterWW, 6, v, EMS_TYPE_UBAParameterWW); write_command(EMS_TYPE_UBAParameterWW, 7, v, EMS_TYPE_UBAParameterWW);
} }
return true; return true;