Merge PR #595: Fix ventilation control

This commit is contained in:
Jenkins nymea 2021-05-19 16:21:28 +02:00
commit eabe54f9ff

View File

@ -39,7 +39,7 @@ ThingPageBase {
id: root
readonly property State powerState: thing.stateByName("power")
readonly property StateType powerActionType: thing.thingClass.actionTypes.findByName("power");
readonly property ActionType powerActionType: thing.thingClass.actionTypes.findByName("power");
GridLayout {
anchors.fill: parent