mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-15 22:05:27 +01:00
Merge pull request #2075 from lymanepp/master
MSA-2076: Fix debug message
This commit is contained in:
@@ -49,6 +49,6 @@ def arrived() {
|
|||||||
|
|
||||||
|
|
||||||
def departed() {
|
def departed() {
|
||||||
log.trace "Executing 'arrived'"
|
log.trace "Executing 'departed'"
|
||||||
sendEvent(name: "presence", value: "not present")
|
sendEvent(name: "presence", value: "not present")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user