add the custom weather to the weatherSets

This commit is contained in:
Rev 2021-05-30 14:53:18 +09:00
parent 841dea7476
commit f7ff5dadd3

View File

@ -31,5 +31,16 @@
"fog": 0.7,
"temp": 5,
"pressure": 764
},
"custom": {
"cloud": 0,
"wind_speed": 0,
"wind_direction": 0,
"wind_gustiness": 0,
"rain": 1,
"rain_intensity": 0,
"fog": 0.001,
"temp": 0,
"pressure": 760
}
}