Merge PR #539: Fix wind speed display in weather view
This commit is contained in:
commit
f423aeea19
@ -50,7 +50,7 @@ Item {
|
|||||||
|
|
||||||
readonly property StateType temperatureStateType: thing.thingClass.stateTypes.findByName("temperature")
|
readonly property StateType temperatureStateType: thing.thingClass.stateTypes.findByName("temperature")
|
||||||
readonly property StateType pressureStateType: thing.thingClass.stateTypes.findByName("pressure")
|
readonly property StateType pressureStateType: thing.thingClass.stateTypes.findByName("pressure")
|
||||||
readonly property StateType windSpeedStateType: thing.thingClass.stateTypes.findByName("windspeed")
|
readonly property StateType windSpeedStateType: thing.thingClass.stateTypes.findByName("windSpeed")
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: grid
|
id: grid
|
||||||
|
|||||||
Reference in New Issue
Block a user