diff --git a/nymea-app/ui/customviews/WeatherView.qml b/nymea-app/ui/customviews/WeatherView.qml index 0b8b6cc4..8d09b53f 100644 --- a/nymea-app/ui/customviews/WeatherView.qml +++ b/nymea-app/ui/customviews/WeatherView.qml @@ -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