X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=official%2Fhue-mood-lighting.groovy;fp=official%2Fhue-mood-lighting.groovy;h=abcdefa476c749837f20c723df4fe3690f8bda93;hb=2bb8c7e5b2ce77b81559287dc1847eb7a33ef8b1;hp=3d72b09158dbadb942fad56d30f8fad6c1de84f4;hpb=3456877b40af0cd3f06cfc34a2069e9bdfb44400;p=smartapps.git diff --git a/official/hue-mood-lighting.groovy b/official/hue-mood-lighting.groovy index 3d72b09..abcdefa 100755 --- a/official/hue-mood-lighting.groovy +++ b/official/hue-mood-lighting.groovy @@ -297,7 +297,7 @@ private dayString(Date date) { private oncePerDayOk(Long lastTime) { //def result = lastTime ? dayString(new Date()) != dayString(new Date(lastTime)) : true //log.trace "oncePerDayOk = $result - $lastTime" - result = true //No time implementation in our infrastructure! + def result = true //No time implementation in our infrastructure! result }