From 9baef0f00a7e5066ba9fec6dead6d4adbe3e0cf5 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 9 Mar 2026 04:01:04 +0000 Subject: [PATCH] chore: update weather alert state [skip ci] --- data/state.json | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/data/state.json b/data/state.json index 4f4fe3e..2bafcbb 100644 --- a/data/state.json +++ b/data/state.json @@ -1,19 +1,23 @@ { "sent_alerts": { - "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" - }, - "precipitation:2026-03-08": { - "dedup_key": "precipitation:2026-03-08", - "alert_type": "precipitation", - "sent_at": "2026-03-08T00:01:04.538166", - "forecast_hour": "2026-03-08-01" + "severe_weather:urn:oid:2.49.0.1.840.0.ad51c33c544932fe2ac77640777df2921a2c807a.001.1": { + "dedup_key": "severe_weather:urn:oid:2.49.0.1.840.0.ad51c33c544932fe2ac77640777df2921a2c807a.001.1", + "alert_type": "severe_weather", + "sent_at": "2026-03-09T04:01:04.101920", + "forecast_hour": "urn:oid:2.49.0.1.840.0.ad51c33c544932fe2ac77640777df2921a2c807a.001.1" + } + }, + "last_updated": "2026-03-09T04:01:04.101974", + "previous_alert_snapshots": { + "severe_weather": { + "alert_type": "severe_weather", + "extreme_value": 1.0, + "threshold": 0.0, + "start_time": "urn:oid:2.49.0.1.840.0.ad51c33c544932fe2ac77640777df2921a2c807a.001.1", + "end_time": "urn:oid:2.49.0.1.840.0.ad51c33c544932fe2ac77640777df2921a2c807a.001.1", + "hour_count": 1, + "captured_at": "2026-03-09T04:01:04.101949" } }, - "last_updated": "2026-03-09T00:01:06.123095", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file