From 0413a1be8f48d0a6c0423e812bc9bfadd46b6ff9 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 13:15:24 -0700 Subject: [PATCH] Update notify-me-with-hue.groovy --- official/notify-me-with-hue.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/notify-me-with-hue.groovy b/official/notify-me-with-hue.groovy index e2b6054..d0c76c7 100755 --- a/official/notify-me-with-hue.groovy +++ b/official/notify-me-with-hue.groovy @@ -117,7 +117,7 @@ def modeChangeHandler(evt) { } def scheduledTimeHandler() { - eventHandler1(null) + //eventHandler1(null) } def appTouchHandler(evt) { -- 2.34.1