From ebdf90a761990e54ec679c7db2a982de5232965f Mon Sep 17 00:00:00 2001 From: Rev Date: Sun, 30 May 2021 14:53:51 +0900 Subject: [PATCH] add loop option and weather overrides --- src/config.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/config.json b/src/config.json index 5f0c20e..62e1450 100644 --- a/src/config.json +++ b/src/config.json @@ -1,15 +1,13 @@ { - "weatherTypes": ["sunny", "cloudy", "stormy", "custom"], + "weatherTypes": [ + "sunny", + "cloudy", + "stormy", + "custom" + ], + "loop": true, "weather": "sunny", - "customSettings": { - "cloud": 0, - "wind_speed": 0, - "wind_direction": 0, - "wind_gustiness": 0.010, - "rain": 1, - "rain_intensity": 0.1, - "fog": 0.001, - "temp": 0, - "pressure": 760 + "overrides": { + "fog": 0.02 } } \ No newline at end of file