mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
fix NTP 2902 и мелкие правки
This commit is contained in:
@@ -56,7 +56,8 @@ namespace _Boiler_v2
|
||||
tmp = findIoTItem(widget);
|
||||
if (tmp)
|
||||
{
|
||||
tmp->setValue(value, true);
|
||||
if (value != tmp->value.valS)
|
||||
tmp->setValue(value, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -902,7 +903,7 @@ namespace _Boiler_v2
|
||||
//}
|
||||
if (!state.stateDHW) // Если уже включено ГВС, то нечего смотреть на отопление
|
||||
{
|
||||
if (set.cmd_chEnable && stepMap.size()>0)
|
||||
if (set.cmd_chEnable && stepMap.size() > 0)
|
||||
{
|
||||
SerialPrint("I", "SmartBoiler", " stepMap.size = " + String(stepMap.size()));
|
||||
publishNew("status", "Штатный режим");
|
||||
|
||||
Reference in New Issue
Block a user