From e392f63e2e2d9885afd3b004c0c681801929f9f9 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Mon, 18 Nov 2019 14:21:18 -0800 Subject: [PATCH] Update once-a-day.groovy --- official/once-a-day.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/official/once-a-day.groovy b/official/once-a-day.groovy index 1158e28..93fc3c4 100755 --- a/official/once-a-day.groovy +++ b/official/once-a-day.groovy @@ -41,7 +41,9 @@ preferences { def installed() { log.debug "Installed with settings: ${settings}" + // installed() schedule(startTime, "startTimerCallback") + // installed() schedule(stopTime, "stopTimerCallback") } -- 2.34.1