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://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f5009860c388b555f2d01938b77f6f53f5b17532;p=smartapps.git 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 {