Merge PR #539: Fix wind speed display in weather view

This commit is contained in:
Jenkins nymea 2021-02-25 23:50:58 +01:00
commit f423aeea19

View File

@ -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