v0.43
- 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:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user