snapshot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user