This commit is contained in:
2020-06-18 14:48:20 +02:00
parent 8adddfb083
commit e7da4ae862
3 changed files with 4 additions and 22 deletions

View File

@ -367,6 +367,9 @@ void initStopServer() {
if (!isControlServer) {
ComVirtual_setStop(virtual_stop);
}
// temp threshold and reset event (read by stop server)
setThresholdTemperature(DEFAULT_TMP_THRSHLD);
setTemperatureEvent(0);
#endif
}