update custom weather config
This commit is contained in:
parent
7d4feac204
commit
549a3c6d60
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user