tune weather interface
This commit is contained in:
parent
114a749abb
commit
21a0085463
@ -1,8 +1,33 @@
|
|||||||
{
|
{
|
||||||
"states": [
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "weatherDescription",
|
||||||
|
"type": "QString"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "weatherCondition",
|
||||||
|
"type": "QString",
|
||||||
|
"allowedValues": ["clear-day", "clear-night", "few-clouds-day", "few-clouds-night", "clouds", "overcast", "light-rain", "shower-rain", "thunderstorm", "snow", "fog"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "temperature",
|
"name": "temperature",
|
||||||
"type": "double"
|
"type": "double"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "humidity",
|
||||||
|
"type": "int"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pressure",
|
||||||
|
"type": "double"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "windSpeed",
|
||||||
|
"type": "double"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "windDirection",
|
||||||
|
"type": "int"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user