chore: update weather alert state [skip ci]
This commit is contained in:
@@ -1,13 +1,23 @@
|
|||||||
{
|
{
|
||||||
"sent_alerts": {
|
"sent_alerts": {
|
||||||
"precipitation:2026-02-21": {
|
"temperature_low:2026-02-22": {
|
||||||
"dedup_key": "precipitation:2026-02-21",
|
"dedup_key": "temperature_low:2026-02-22",
|
||||||
"alert_type": "precipitation",
|
"alert_type": "temperature_low",
|
||||||
"sent_at": "2026-02-21T04:01:04.147327",
|
"sent_at": "2026-02-22T08:01:03.833269",
|
||||||
"forecast_hour": "2026-02-21-08"
|
"forecast_hour": "2026-02-22-10"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"last_updated": "2026-02-22T08:01:03.833314",
|
||||||
|
"previous_alert_snapshots": {
|
||||||
|
"temperature_low": {
|
||||||
|
"alert_type": "temperature_low",
|
||||||
|
"extreme_value": 29.9,
|
||||||
|
"threshold": 32,
|
||||||
|
"start_time": "2026-02-22-10",
|
||||||
|
"end_time": "2026-02-22-12",
|
||||||
|
"hour_count": 3,
|
||||||
|
"captured_at": "2026-02-22T08:01:03.833295"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"last_updated": "2026-02-22T04:01:07.970639",
|
|
||||||
"previous_alert_snapshots": {},
|
|
||||||
"last_ai_summary_sent": null
|
"last_ai_summary_sent": null
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user