From 2bb8c7e5b2ce77b81559287dc1847eb7a33ef8b1 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Fri, 1 Nov 2019 13:03:50 -0700 Subject: [PATCH] Update hue-mood-lighting.groovy --- official/hue-mood-lighting.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.34.1