Infrastructure works for lights' group now!
[smartthings-infrastructure.git] / appTouch / Touched.groovy
index 1d9e57fd18ff17c1cb95bc3e91ea931674aca6e4..89d575e670ad99eb5125de3f85a66c24eb77bfc7 100644 (file)
@@ -6,12 +6,15 @@ public class Touched{
        private String id
        private int isTouched
        private String label
+       private String name
+
 
        Touched(Closure sendEvent, int isTouched) {
                this.sendEvent = sendEvent
                this.isTouched = isTouched
                this.label = "app0"
                this.id = "appID0"
+               this.name = "app0"
        }
 
        //By Model Checker