Merge PR #595: Fix ventilation control
This commit is contained in:
commit
eabe54f9ff
@ -39,7 +39,7 @@ ThingPageBase {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
readonly property State powerState: thing.stateByName("power")
|
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 {
|
GridLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user