projects
/
smartapps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861332c
)
Update bon-voyage.groovy
author
Rahmadi Trimananda
<rahmadi.trimananda@uci.edu>
Thu, 8 Aug 2019 18:54:04 +0000
(11:54 -0700)
committer
GitHub Enterprise
<noreply@github.uci.edu>
Thu, 8 Aug 2019 18:54:04 +0000
(11:54 -0700)
official/bon-voyage.groovy
patch
|
blob
|
history
diff --git
a/official/bon-voyage.groovy
b/official/bon-voyage.groovy
index cb9593d1a3e4937e0604fdbe18080f51fad7431f..b2da4efe4cec4c15d345af59ea99a4f41a6e2611 100755
(executable)
--- a/
official/bon-voyage.groovy
+++ b/
official/bon-voyage.groovy
@@
-52,6
+52,8
@@
def installed() {
// commented out log statement because presence sensor label could contain user's name
//log.debug "Current mode = ${location.mode}, people = ${people.collect{it.label + ': ' + it.currentPresence}}"
subscribe(people, "presence", presence)
+ // Input variable initialization
+ falseAlarmThreshold = 0
}
def updated() {