From 8ec82cc4d848a04cdfe6ddd6ff6ef73535356853 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 13:02:30 -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 3bbfda7..e2b6054 100755 --- a/official/notify-me-with-hue.groovy +++ b/official/notify-me-with-hue.groovy @@ -73,7 +73,7 @@ def updated() { } def subscribeToEvents() { - subscribe(app, appTouchHandler1) + subscribe(app, appTouchHandler) subscribe(contact, "contact.open", eventHandler1) subscribe(contactClosed, "contact.closed", eventHandler1) subscribe(acceleration, "acceleration.active", eventHandler1) -- 2.34.1