mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 05:39:51 +03:00
Schematic diagramm for hardware added
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user