Commit #9: extension to the infrastructure with more devices + minor changes in extra...
[smartthings-infrastructure.git] / NfcTouch / NfcTouch.groovy
index 617704d589bafa6787dafa54acc89c768baf2228..3635d51492d99e7a0894b0669f0aa662092e9271 100644 (file)
@@ -4,6 +4,7 @@ package NfcTouch
 public class NfcTouch{
        def sendEvent
        private int isTouched
+       private String displayName = "NfcTouch0"
 
        NfcTouch(Closure sendEvent, int isTouched) {
                this.sendEvent = sendEvent