Fix rule action param editor with value from state

This commit is contained in:
Michael Zanetti 2022-12-20 22:27:21 +01:00
parent d6bceea1a9
commit e34155155e

View File

@ -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