- Expose buttons to HA
- HA Switch to control the transition
- Icons are not reloaded if its the same as before
This commit is contained in:
Stephan Mühl
2023-03-30 12:34:53 +02:00
parent 9381b2a33b
commit 249074d022
12 changed files with 92 additions and 30 deletions

View File

@@ -225,7 +225,7 @@ void PeripheryManager_::checkAlarms()
DeserializationError error = deserializeJson(doc, file);
if (error)
{
Serial.println("Failed to read Alarm file");
Serial.println(F("Failed to read Alarm file"));
return;
}
JsonArray alarms = doc["alarms"];