added more Junkers devices

This commit is contained in:
Paul
2019-10-28 20:42:29 +01:00
parent fe9bc33117
commit c256f3803f
3 changed files with 24 additions and 24 deletions

View File

@@ -592,7 +592,7 @@ void publishValues(bool force) {
if (EMS_Boiler.wWActivated != EMS_VALUE_INT_NOTSET)
rootBoiler["wWActivated"] = _bool_to_char(s, EMS_Boiler.wWActivated);
if (EMS_Boiler.wWActivated != EMS_VALUE_INT_NOTSET)
rootBoiler["wWOnetime"] = _bool_to_char(s, EMS_Boiler.wWOneTime);