change back to 3-way valve

This commit is contained in:
proddy
2020-10-18 09:51:48 +02:00
parent ffbe41a634
commit c7e525d47f

View File

@@ -319,7 +319,7 @@ bool Boiler::export_values(JsonObject & output) {
// Warm Water charging type
if (Helpers::hasValue(wWChargeType_, EMS_VALUE_BOOL)) {
output["wWChargeType"] = wWChargeType_ ? F("3way valve") : F("charge pump");
output["wWChargeType"] = wWChargeType_ ? F("3-way valve") : F("charge pump");
}
// Warm Water circulation pump available bool