Hi - how do we reference this button in user app? I've tried capability.button but when I install my app I can't select the Third Reality Smart Button for the button.
preferences {
section("Select Devices") {
input "doorContact1", "capability.contactSensor", title: "Door Contact 1", required: true
input "alarm1", "capability.alarm", title: "Alarm 1", required: true
input "button1", "capability.button", title: "Third Reality Smart Button", required: true
}
Hi - how do we reference this button in user app? I've tried capability.button but when I install my app I can't select the Third Reality Smart Button for the button.
preferences {
section("Select Devices") {
input "doorContact1", "capability.contactSensor", title: "Door Contact 1", required: true
input "alarm1", "capability.alarm", title: "Alarm 1", required: true
input "button1", "capability.button", title: "Third Reality Smart Button", required: true
}