From: Rahmadi Trimananda Date: Thu, 8 Aug 2019 18:54:04 +0000 (-0700) Subject: Update bon-voyage.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=281aee7073e8846fc07f1511698d09dc22674f7c;p=smartapps.git Update bon-voyage.groovy --- diff --git a/official/bon-voyage.groovy b/official/bon-voyage.groovy index cb9593d..b2da4ef 100755 --- 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() {