From 077473e884bd3fcef3fdf936e636ac1b02b8bb77 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 11 Mar 2026 20:01:04 +0000 Subject: [PATCH] chore: update weather alert state [skip ci] --- data/state.json | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/data/state.json b/data/state.json index dd9b675..5313079 100644 --- a/data/state.json +++ b/data/state.json @@ -1,13 +1,38 @@ { "sent_alerts": { - "precipitation:2026-03-10": { - "dedup_key": "precipitation:2026-03-10", + "severe_weather:urn:oid:2.49.0.1.840.0.99a0510a57ddec5bfff59ee52c3dd9d2deec7ceb.001.1": { + "dedup_key": "severe_weather:urn:oid:2.49.0.1.840.0.99a0510a57ddec5bfff59ee52c3dd9d2deec7ceb.001.1", + "alert_type": "severe_weather", + "sent_at": "2026-03-11T20:01:03.928330", + "forecast_hour": "urn:oid:2.49.0.1.840.0.99a0510a57ddec5bfff59ee52c3dd9d2deec7ceb.001.1" + }, + "precipitation:2026-03-11": { + "dedup_key": "precipitation:2026-03-11", "alert_type": "precipitation", - "sent_at": "2026-03-09T20:01:04.687100", - "forecast_hour": "2026-03-10-00" + "sent_at": "2026-03-11T20:01:03.928353", + "forecast_hour": "2026-03-11-23" + } + }, + "last_updated": "2026-03-11T20:01:03.928393", + "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.99a0510a57ddec5bfff59ee52c3dd9d2deec7ceb.001.1", + "end_time": "urn:oid:2.49.0.1.840.0.99a0510a57ddec5bfff59ee52c3dd9d2deec7ceb.001.1", + "hour_count": 1, + "captured_at": "2026-03-11T20:01:03.928375" + }, + "precipitation": { + "alert_type": "precipitation", + "extreme_value": 100.0, + "threshold": 60, + "start_time": "2026-03-11-23", + "end_time": "2026-03-12-00", + "hour_count": 2, + "captured_at": "2026-03-11T20:01:03.928378" } }, - "last_updated": "2026-03-11T16:01:04.199383", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file