From 28b0f7cd6e86e368519d50f34bc25976efed9c93 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 25 Feb 2021 22:59:14 +0100 Subject: [PATCH] Fix wind speed display in weather view --- nymea-app/ui/customviews/WeatherView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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