Fix ventilation control

This commit is contained in:
Michael Zanetti 2021-05-15 21:42:45 +02:00
parent efeb8bb93f
commit 75d103f0e0

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