From a35fa975f994830acddcfe5e843f5543af70435c Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 9 Mar 2026 20:01:04 +0000 Subject: [PATCH] chore: update weather alert state [skip ci] --- data/state.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/data/state.json b/data/state.json index 3635297..7316ec2 100644 --- a/data/state.json +++ b/data/state.json @@ -11,9 +11,25 @@ "alert_type": "severe_weather", "sent_at": "2026-03-09T08:01:03.250056", "forecast_hour": "urn:oid:2.49.0.1.840.0.428e1f830d850920c6174460682d16a0322c6466.002.1" + }, + "precipitation:2026-03-10": { + "dedup_key": "precipitation:2026-03-10", + "alert_type": "precipitation", + "sent_at": "2026-03-09T20:01:04.687100", + "forecast_hour": "2026-03-10-00" + } + }, + "last_updated": "2026-03-09T20:01:04.687132", + "previous_alert_snapshots": { + "precipitation": { + "alert_type": "precipitation", + "extreme_value": 70.0, + "threshold": 60, + "start_time": "2026-03-10-00", + "end_time": "2026-03-10-00", + "hour_count": 1, + "captured_at": "2026-03-09T20:01:04.687126" } }, - "last_updated": "2026-03-09T16:01:04.305771", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file