Update bright-when-dark-and-or-bright-after-sunset.groovy
[smartapps.git] / official / bon-voyage.groovy
index cb9593d1a3e4937e0604fdbe18080f51fad7431f..b2da4efe4cec4c15d345af59ea99a4f41a6e2611 100755 (executable)
@@ -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() {