Need help subscribing to user defined attribute or command

Thank you for your response.

Your instructions pretty much match what I eventually figured out, then released in my Keypad_ExitDelay_Talker

In my app
subscribe (thekeypads, “armMode”, ExitDelayHandler)

in the existing keypad dth
sendEvent([name: “armMode”, value: armMode, data: [delay: delay as int], isStateChange: true])

1 Like