Schematic diagramm for hardware added

This commit is contained in:
2018-04-14 15:40:54 +03:00
parent 7ea21d9ccc
commit 81ea6e31a7
4 changed files with 5 additions and 5 deletions

View File

@@ -1121,7 +1121,7 @@ void thermoLoop(void) {
mqttClient.publish("/alarm/snsr", item->name);
}
if (curtemp > itemTempSetting + THERMO_OVERHEAT_CELSIUS) mqttClient.publish("/alarm/ovrht", item->name);
if (curtemp > THERMO_OVERHEAT_CELSIUS) mqttClient.publish("/alarm/ovrht", item->name);
thermostatCheckPrinted = true;
Serial.print(item->name);