update custom weather config

This commit is contained in:
Rev 2021-05-22 10:45:53 +09:00
parent 7d4feac204
commit 549a3c6d60

View File

@ -1,13 +1,13 @@
{ {
"weatherTypes": ["sunny", "cloudy", "stormy", "custom"], "weatherTypes": ["sunny", "cloudy", "stormy", "custom"],
"weather": "stormy", "weather": "sunny",
"customSettings": { "customSettings": {
"cloud": 0, "cloud": 0,
"wind_speed": 0, "wind_speed": 0,
"wind_direction": 0, "wind_direction": 0,
"wind_gustiness": 0, "wind_gustiness": 0.010,
"rain": 1, "rain": 1,
"rain_intensity": 0, "rain_intensity": 0.1,
"fog": 0.001, "fog": 0.001,
"temp": 0, "temp": 0,
"pressure": 760 "pressure": 760