From: Seyed Amir Hossein Aqajari Date: Thu, 8 Aug 2019 00:38:09 +0000 (-0700) Subject: Update gentle-wake-up.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=f5009860c388b555f2d01938b77f6f53f5b17532;hp=33d05c2a6116f1ced157514cbf5009259e016860 Update gentle-wake-up.groovy --- diff --git a/official/gentle-wake-up.groovy b/official/gentle-wake-up.groovy index 0d2e14d..c2b28fc 100755 --- a/official/gentle-wake-up.groovy +++ b/official/gentle-wake-up.groovy @@ -529,7 +529,7 @@ private increment() { def runAgain = stepDuration() log.debug "Rescheduling to run again in ${runAgain} seconds" - runIn(runAgain, 'increment', [overwrite: true]) + //runIn(runAgain, 'increment', [overwrite: true]) } else {