This commit is contained in:
2026-02-16 00:39:28 -08:00
parent e16d7b62f6
commit 83002ff8b2
4 changed files with 10 additions and 2 deletions

View File

@@ -49,6 +49,11 @@ private:
unsigned long _lastHeartbeat = 0;
bool _blinkState = false;
// Stale silence protection
time_t _alertMsgEpoch = 0; // ntfy timestamp of the alert that started ALERTING
time_t _lastParsedMsgEpoch = 0; // ntfy timestamp of message currently being handled
// Deferred status publish
bool _pendingStatus = false;
String _pendStatusState;