From: Seyed Amir Hossein Aqajari Date: Mon, 18 Nov 2019 22:21:18 +0000 (-0800) Subject: Update once-a-day.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=e392f63e2e2d9885afd3b004c0c681801929f9f9 Update once-a-day.groovy --- 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") }