From f15e90c56301d3c914e1e6a38aea1c021ddf179d Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Sun, 11 Aug 2019 01:15:33 -0700 Subject: [PATCH] Update circadian-daylight.groovy --- third-party/circadian-daylight.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/circadian-daylight.groovy b/third-party/circadian-daylight.groovy index c67053f..09be59b 100755 --- a/third-party/circadian-daylight.groovy +++ b/third-party/circadian-daylight.groovy @@ -112,7 +112,7 @@ private def initialize() { subscribe(location, "sunrise", modeHandler) schedule("0 */15 * * * ?", modeHandler) subscribe(app,modeHandler) - subscribe(location, "sunsetTime", scheduleTurnOn) + //subscribe(location, "sunsetTime", scheduleTurnOn) // rather than schedule a cron entry, fire a status update a little bit in the future recursively scheduleTurnOn() } -- 2.34.1