Skip to content

Commit

Permalink
Update lock-manager.groovy
Browse files Browse the repository at this point in the history
Incorporated fix from djanosChef to resolve manual unlock notifications. ethayer#120 (comment)
  • Loading branch information
phantasm22 authored Feb 13, 2022
1 parent 91efb8a commit 74fdb07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smartapps/ethayer/lock-manager.src/lock-manager.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,9 @@ def manualUnlock(evt) {
if (parent.manualUnlockRoutine) {
parent.executeHelloPresenceCheck(parent.manualUnlockRoutine)
}
if (notifyManualUnlock) {
sendLockMessage(message)
}
}
}

Expand Down

0 comments on commit 74fdb07

Please sign in to comment.