Update auto-lock-door.smartapp.groovy
[smartapps.git] / third-party / auto-lock-door.smartapp.groovy
index 0961673902eb2e11ba5a5e5e7cd3c7f91539f0be..eab1cc9804748c2382e12504627680b106463734 100755 (executable)
@@ -68,7 +68,7 @@ def lockDoor()
        if ((openSensor.latestValue("contact") == "open")) {
         def delay = minutesLater * 60
         log.debug "Door open will try again in $minutesLater minutes"
-        runIn( delay, lockDoor )
+        //runIn( delay, lockDoor )
         }
     }
 }