From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 20:02:30 +0000 (-0700) Subject: Update notify-me-with-hue.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=8ec82cc4d848a04cdfe6ddd6ff6ef73535356853 Update notify-me-with-hue.groovy --- 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)