From 83bf5ba5175ac864932ebdab1939934fdd9b5f0b Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 19 Feb 2026 20:01:04 +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 3e4348e..8104dde 100644 --- a/data/state.json +++ b/data/state.json @@ -1,13 +1,23 @@ { "sent_alerts": { - "precipitation:2026-02-15": { - "dedup_key": "precipitation:2026-02-15", - "alert_type": "precipitation", - "sent_at": "2026-02-15T04:01:08.196632", - "forecast_hour": "2026-02-15-06" + "wind_gust:2026-02-19": { + "dedup_key": "wind_gust:2026-02-19", + "alert_type": "wind_gust", + "sent_at": "2026-02-19T20:01:04.687284", + "forecast_hour": "2026-02-19-21" + } + }, + "last_updated": "2026-02-19T20:01:04.687327", + "previous_alert_snapshots": { + "wind_gust": { + "alert_type": "wind_gust", + "extreme_value": 31.1, + "threshold": 30, + "start_time": "2026-02-19-21", + "end_time": "2026-02-20-00", + "hour_count": 2, + "captured_at": "2026-02-19T20:01:04.687309" } }, - "last_updated": "2026-02-19T16:01:02.987392", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file