diff --git a/src/weatherSet.json b/src/weatherSet.json index 51aa13b..bf7c2b0 100644 --- a/src/weatherSet.json +++ b/src/weatherSet.json @@ -31,5 +31,16 @@ "fog": 0.7, "temp": 5, "pressure": 764 + }, + "custom": { + "cloud": 0, + "wind_speed": 0, + "wind_direction": 0, + "wind_gustiness": 0, + "rain": 1, + "rain_intensity": 0, + "fog": 0.001, + "temp": 0, + "pressure": 760 } } \ No newline at end of file