Fix wind speed display in weather view
This commit is contained in:
parent
bef59fbdd7
commit
28b0f7cd6e
@ -50,7 +50,7 @@ Item {
|
||||
|
||||
readonly property StateType temperatureStateType: thing.thingClass.stateTypes.findByName("temperature")
|
||||
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 {
|
||||
id: grid
|
||||
|
||||
Reference in New Issue
Block a user