Skip to content

Commit b03c759

Browse files
Update weather in state.json
1 parent 1cb79ed commit b03c759

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/state.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"metadata": {},
33
"weather": {
4-
"fetched_at_utc": "2026-01-31T06:00:04Z",
4+
"fetched_at_utc": "2026-01-31T06:19:25Z",
55
"units": "imperial",
66
"temperature": 10,
7-
"relative_humidity_percent": 76,
7+
"relative_humidity_percent": 77,
88
"pressure_hpa": 1035,
9-
"wind_speed": 9,
10-
"wind_gusts": 10,
11-
"wind_direction_deg": 322,
9+
"wind_speed": 10,
10+
"wind_gusts": 21,
11+
"wind_direction_deg": 330,
1212
"rain_last_hour_mm": null,
1313
"snow_last_hour_mm": null,
1414
"is_precipitating": false,
1515
"weather_ids": [
16-
803
16+
804
1717
]
1818
}
1919
}

0 commit comments

Comments
 (0)