This commit is contained in:
Mit4el
2024-02-27 00:02:44 +03:00
parent bf7725566b
commit a63ca6e5c2

View File

@@ -902,7 +902,7 @@ namespace _Boiler_v2
//}
if (!state.stateDHW) // Если уже включено ГВС, то нечего смотреть на отопление
{
if (set.cmd_chEnable)
if (set.cmd_chEnable && stepMap.size()>0)
{
SerialPrint("I", "SmartBoiler", " stepMap.size = " + String(stepMap.size()));
publishNew("status", "Штатный режим");