mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
upd smartBoiler
This commit is contained in:
@@ -1199,6 +1199,8 @@ namespace _Boiler_v2
|
|||||||
logicPowerOn();
|
logicPowerOn();
|
||||||
if (stepMap.find(state.numStepOn) != stepMap.end())
|
if (stepMap.find(state.numStepOn) != stepMap.end())
|
||||||
setValue(String(stepMap[state.numStepOn].pwr));
|
setValue(String(stepMap[state.numStepOn].pwr));
|
||||||
|
else
|
||||||
|
setValue("0");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user