Update notify-me-with-hue.groovy
[smartapps.git] / official / notify-me-with-hue.groovy
index 3bbfda7ce65409d96a0e0312ef090a0dc6e47aca..e2b60549e16d23efce8c723f9d63ca6b8a79f856 100755 (executable)
@@ -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)