add loop option and weather overrides
This commit is contained in:
parent
f7ff5dadd3
commit
ebdf90a761
@ -1,15 +1,13 @@
|
|||||||
{
|
{
|
||||||
"weatherTypes": ["sunny", "cloudy", "stormy", "custom"],
|
"weatherTypes": [
|
||||||
|
"sunny",
|
||||||
|
"cloudy",
|
||||||
|
"stormy",
|
||||||
|
"custom"
|
||||||
|
],
|
||||||
|
"loop": true,
|
||||||
"weather": "sunny",
|
"weather": "sunny",
|
||||||
"customSettings": {
|
"overrides": {
|
||||||
"cloud": 0,
|
"fog": 0.02
|
||||||
"wind_speed": 0,
|
|
||||||
"wind_direction": 0,
|
|
||||||
"wind_gustiness": 0.010,
|
|
||||||
"rain": 1,
|
|
||||||
"rain_intensity": 0.1,
|
|
||||||
"fog": 0.001,
|
|
||||||
"temp": 0,
|
|
||||||
"pressure": 760
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user