Removing/commenting out evt variable that was causing a state explosion.
[smartthings-infrastructure.git] / GlobalVariables / GlobalVariablesBothApps.groovy
index 6621df4e2afdd4d74e6e5ebfde9583eb4b9f0fb9..f3f944a4276bda5a8be610a018e2de54a8bc38c0 100644 (file)
@@ -7,7 +7,7 @@
 //Object for touch to call function
 @Field def appObject = new Touched(sendEvent, 0)
 //Create a global list for events
-@Field def evt = []
+//@Field def evt = []
 //Global Object for class Touch Sensor!
 @Field def touchSensorObject = new NfcTouch(sendEvent, 1)
 //Global Object for class switch!