X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=GlobalVariables%2FGlobalVariablesBothApps.groovy;h=f3f944a4276bda5a8be610a018e2de54a8bc38c0;hp=6621df4e2afdd4d74e6e5ebfde9583eb4b9f0fb9;hb=4b10e92c8b054d930453dcb73dda257af1fefd0d;hpb=7bc2c68bdfb07a54d6e8399e7514d715c78a2398 diff --git a/GlobalVariables/GlobalVariablesBothApps.groovy b/GlobalVariables/GlobalVariablesBothApps.groovy index 6621df4..f3f944a 100644 --- a/GlobalVariables/GlobalVariablesBothApps.groovy +++ b/GlobalVariables/GlobalVariablesBothApps.groovy @@ -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!