From 4ed509de1c1534955d055036d1e931bcceb8308b Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Tue, 3 Feb 2026 16:01:03 +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 c6f095e..43bdca1 100644 --- a/data/state.json +++ b/data/state.json @@ -1,19 +1,23 @@ { "sent_alerts": { - "temperature_low:2026-02-02": { - "dedup_key": "temperature_low:2026-02-02", - "alert_type": "temperature_low", - "sent_at": "2026-02-02T00:01:04.554265", - "forecast_hour": "2026-02-02-01" - }, - "severe_weather:urn:oid:2.49.0.1.840.0.2e5d7c4b4f9e162788039415050daaff74f78960.001.1": { - "dedup_key": "severe_weather:urn:oid:2.49.0.1.840.0.2e5d7c4b4f9e162788039415050daaff74f78960.001.1", - "alert_type": "severe_weather", - "sent_at": "2026-02-02T12:01:03.930537", - "forecast_hour": "urn:oid:2.49.0.1.840.0.2e5d7c4b4f9e162788039415050daaff74f78960.001.1" + "precipitation:2026-02-03": { + "dedup_key": "precipitation:2026-02-03", + "alert_type": "precipitation", + "sent_at": "2026-02-03T16:01:03.145892", + "forecast_hour": "2026-02-03-20" + } + }, + "last_updated": "2026-02-03T16:01:03.145941", + "previous_alert_snapshots": { + "precipitation": { + "alert_type": "precipitation", + "extreme_value": 61.0, + "threshold": 60, + "start_time": "2026-02-03-20", + "end_time": "2026-02-03-20", + "hour_count": 1, + "captured_at": "2026-02-03T16:01:03.145918" } }, - "last_updated": "2026-02-03T12:01:04.560698", - "previous_alert_snapshots": {}, "last_ai_summary_sent": null } \ No newline at end of file