snapshot
This commit is contained in:
@@ -266,7 +266,8 @@ void DoorbellLogic::handleAlert(const String& msg) {
|
||||
if (_screen.alertHistoryCount < ALERT_HISTORY_SIZE)
|
||||
_screen.alertHistoryCount++;
|
||||
|
||||
Serial.printf("[ALERT] Accepted. ntfy time=%ld\n", (long)_alertMsgEpoch);
|
||||
Serial.printf("[ALERT] Accepted. ntfy time=%ld history=%d\n",
|
||||
(long)_alertMsgEpoch, _screen.alertHistoryCount);
|
||||
transitionTo(DeviceState::ALERTING);
|
||||
queueStatus("ALERTING", msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user