From ae1d9c2fb94ca610d655ccd10295762d185c731b Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 27 Mar 2026 16:01:05 +0000 Subject: [PATCH] chore: update weather alert state [skip ci] --- data/state.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/data/state.json b/data/state.json index 8e28afb..5c96493 100644 --- a/data/state.json +++ b/data/state.json @@ -1,13 +1,23 @@ { "sent_alerts": { - "temperature_low:2026-03-18": { - "dedup_key": "temperature_low:2026-03-18", - "alert_type": "temperature_low", - "sent_at": "2026-03-18T00:01:05.512665", - "forecast_hour": "2026-03-18-04" + "precipitation:2026-03-27": { + "dedup_key": "precipitation:2026-03-27", + "alert_type": "precipitation", + "sent_at": "2026-03-27T16:01:05.173495", + "forecast_hour": "2026-03-27-20" + } + }, + "last_updated": "2026-03-27T16:01:05.173521", + "previous_alert_snapshots": { + "precipitation": { + "alert_type": "precipitation", + "extreme_value": 70.0, + "threshold": 60, + "start_time": "2026-03-27-20", + "end_time": "2026-03-27-20", + "hour_count": 1, + "captured_at": "2026-03-27T16:01:05.173509" } }, - "last_updated": "2026-03-27T12:01:05.317527", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file