From 40fdf9c0b960eda7c8576c6f0e0802bb89df3ee8 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 6 May 2026 04:01:05 +0000 Subject: [PATCH] chore: update weather alert state [skip ci] --- data/state.json | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/data/state.json b/data/state.json index 759283a..2360b1d 100644 --- a/data/state.json +++ b/data/state.json @@ -1,19 +1,23 @@ { "sent_alerts": { - "severe_weather:urn:oid:2.49.0.1.840.0.07a976fdf0ca400876bb628abf28b6a77aa96982.001.1": { - "dedup_key": "severe_weather:urn:oid:2.49.0.1.840.0.07a976fdf0ca400876bb628abf28b6a77aa96982.001.1", - "alert_type": "severe_weather", - "sent_at": "2026-04-29T00:01:04.450088", - "forecast_hour": "urn:oid:2.49.0.1.840.0.07a976fdf0ca400876bb628abf28b6a77aa96982.001.1" - }, - "precipitation:2026-04-29": { - "dedup_key": "precipitation:2026-04-29", + "precipitation:2026-05-06": { + "dedup_key": "precipitation:2026-05-06", "alert_type": "precipitation", - "sent_at": "2026-04-29T00:01:04.450106", - "forecast_hour": "2026-04-29-02" + "sent_at": "2026-05-06T04:01:05.395199", + "forecast_hour": "2026-05-06-07" + } + }, + "last_updated": "2026-05-06T04:01:05.395242", + "previous_alert_snapshots": { + "precipitation": { + "alert_type": "precipitation", + "extreme_value": 71.0, + "threshold": 60, + "start_time": "2026-05-06-07", + "end_time": "2026-05-06-08", + "hour_count": 2, + "captured_at": "2026-05-06T04:01:05.395220" } }, - "last_updated": "2026-05-06T00:01:05.307818", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file