Fix wind speed display in weather view

This commit is contained in:
Michael Zanetti 2021-02-25 22:59:14 +01:00
parent bef59fbdd7
commit 28b0f7cd6e

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