X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=blobdiff_plain;f=official%2Fturn-on-before-sunset.groovy;fp=official%2Fturn-on-before-sunset.groovy;h=74bed7d0be6a2dff8d3a5d893e8db51fd459c423;hp=1c8a5db1bf1e1cc0933be44715659aa7b1437e58;hb=a4ac28f7ee2834beeb6df98c4da0f8728e07a881;hpb=80f62f1335e20b69b02fe82e18ffdafdbd658a58 diff --git a/official/turn-on-before-sunset.groovy b/official/turn-on-before-sunset.groovy index 1c8a5db..74bed7d 100644 --- a/official/turn-on-before-sunset.groovy +++ b/official/turn-on-before-sunset.groovy @@ -56,12 +56,12 @@ def scheduleTurnOn(sunsetString) { //def sunsetTime = Date.parse("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", sunsetString) //calculate the offset - //def timeBeforeSunset = new Date() + def timeBeforeSunset = new Date() - //log.debug "Scheduling for: $timeBeforeSunset" + log.debug "Scheduling for: $timeBeforeSunset" //schedule this to run one time - runOnce("someTime", turnOn) + runOnce(timeBeforeSunset, turnOn) } def turnOn() {