From 549a3c6d60731def4a1308284724bbc977656a05 Mon Sep 17 00:00:00 2001 From: Rev Date: Sat, 22 May 2021 10:45:53 +0900 Subject: [PATCH] update custom weather config --- src/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.json b/src/config.json index bb9a90b..5f0c20e 100644 --- a/src/config.json +++ b/src/config.json @@ -1,13 +1,13 @@ { "weatherTypes": ["sunny", "cloudy", "stormy", "custom"], - "weather": "stormy", + "weather": "sunny", "customSettings": { "cloud": 0, "wind_speed": 0, "wind_direction": 0, - "wind_gustiness": 0, + "wind_gustiness": 0.010, "rain": 1, - "rain_intensity": 0, + "rain_intensity": 0.1, "fog": 0.001, "temp": 0, "pressure": 760