From: Rahmadi Trimananda Date: Fri, 28 Feb 2020 22:23:28 +0000 (-0800) Subject: Update gentle-wake-up.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4605bcb06622f31cf38fbd6f8fa3dd63b43b168;p=smartapps.git Update gentle-wake-up.groovy --- diff --git a/official/gentle-wake-up.groovy b/official/gentle-wake-up.groovy index 5bf29a7..3ace356 100755 --- a/official/gentle-wake-up.groovy +++ b/official/gentle-wake-up.groovy @@ -585,7 +585,8 @@ int dynamicLevel(dimmer, percentComplete) { def end = dynamicEndLevel() if (!percentComplete) { - return start + return 77 + //return start } def totalDiff = end - start