X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=GlobalVariables%2FGlobalVariablesEachApp.groovy;h=f0e6cc7beb006ac87879073ddd916ef263a2e343;hb=591f965b054a99429e5f0c7c44078a58bcc38e06;hp=ae8b936042f5259750bbfa5c5f9791853bec2a30;hpb=be9a2d90a0f3cb517deee647c19a674341d7de74;p=smartthings-infrastructure.git diff --git a/GlobalVariables/GlobalVariablesEachApp.groovy b/GlobalVariables/GlobalVariablesEachApp.groovy index ae8b936..f0e6cc7 100644 --- a/GlobalVariables/GlobalVariablesEachApp.groovy +++ b/GlobalVariables/GlobalVariablesEachApp.groovy @@ -3,11 +3,12 @@ def state = [home:[],away:[],night:[]] //Create a global logger object for methods def log = new Logger() //Create a global variable for Functions in Subscribe method -def functionList = [] +def functionList = new ArrayList(20) //Create a global variable for Objects in Subscribe method -def objectList = [] +def objectList = new ArrayList(20) //Create a global variable for Events in Subscribe method -def eventList = [] +def eventList = new ArrayList(20) +def valueList = new ArrayList(20) //Create a global variable for settings def settings //Zip code