From 4bff177c842f345cc7a2efbcd81eb1eb8d6f6980 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sat, 7 Mar 2026 20:01:03 +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 d7c5005..206eb23 100644 --- a/data/state.json +++ b/data/state.json @@ -1,13 +1,23 @@ { "sent_alerts": { - "wind_gust:2026-03-03": { - "dedup_key": "wind_gust:2026-03-03", - "alert_type": "wind_gust", - "sent_at": "2026-03-03T12:01:05.163539", - "forecast_hour": "2026-03-03-14" + "precipitation:2026-03-07": { + "dedup_key": "precipitation:2026-03-07", + "alert_type": "precipitation", + "sent_at": "2026-03-07T20:01:03.817050", + "forecast_hour": "2026-03-07-22" + } + }, + "last_updated": "2026-03-07T20:01:03.817086", + "previous_alert_snapshots": { + "precipitation": { + "alert_type": "precipitation", + "extreme_value": 92.0, + "threshold": 60, + "start_time": "2026-03-07-22", + "end_time": "2026-03-08-00", + "hour_count": 3, + "captured_at": "2026-03-07T20:01:03.817071" } }, - "last_updated": "2026-03-07T16:01:05.801138", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file