From 281aee7073e8846fc07f1511698d09dc22674f7c Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Thu, 8 Aug 2019 11:54:04 -0700 Subject: [PATCH] Update bon-voyage.groovy --- official/bon-voyage.groovy | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.34.1