You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you know I added code for unlock notifications which you recently committed. I have found a small issue that I'm not sure how to address--maybe you know?
If you unlock the door via the SmartThings app, the unlock notification still reads (per my code) "The door has been manually unlocked." It's kind of a silly message when you either use the app to unlock the door, or SmartThings unlocks the door--do you know if there is a way to determine true "manual unlock" (via a key or hand-turn from the inside) vs an unlock that is actually triggered from SmartThings? I would like the notification to read "The door has been unlocked by SmartThings." Not sure if there is something in evt that would tell us, or if the device handler might need modification?
The text was updated successfully, but these errors were encountered:
ethayer:
As you know I added code for unlock notifications which you recently committed. I have found a small issue that I'm not sure how to address--maybe you know?
If you unlock the door via the SmartThings app, the unlock notification still reads (per my code) "The door has been manually unlocked." It's kind of a silly message when you either use the app to unlock the door, or SmartThings unlocks the door--do you know if there is a way to determine true "manual unlock" (via a key or hand-turn from the inside) vs an unlock that is actually triggered from SmartThings? I would like the notification to read "The door has been unlocked by SmartThings." Not sure if there is something in evt that would tell us, or if the device handler might need modification?
The text was updated successfully, but these errors were encountered: