Fix rule action param editor with value from state
This commit is contained in:
parent
d6bceea1a9
commit
e34155155e
@ -165,7 +165,7 @@ Page {
|
||||
Layout.fillWidth: true
|
||||
text: thingId === null || stateTypeId === null
|
||||
? qsTr("Select a state")
|
||||
: dev.name + " - " + thing.thingClass.stateTypes.getStateType(stateTypeId).displayName
|
||||
: thing.name + " - " + thing.thingClass.stateTypes.getStateType(stateTypeId).displayName
|
||||
visible: stateValueRadioButton.checked
|
||||
|
||||
property var thingId: null
|
||||
|
||||
Reference in New Issue
Block a user