From: rtrimana Date: Tue, 6 Aug 2019 22:09:18 +0000 (-0700) Subject: Putting back an accidentally deleted file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=38d5a1267364901ef7618e14463fe206db94a128;p=smartthings-infrastructure.git Putting back an accidentally deleted file. --- diff --git a/GlobalVariables/GlobalVariablesEachApp.groovy b/GlobalVariables/GlobalVariablesEachApp.groovy new file mode 100644 index 0000000..ae8b936 --- /dev/null +++ b/GlobalVariables/GlobalVariablesEachApp.groovy @@ -0,0 +1,16 @@ +//Global variable for state[mode] +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 = [] +//Create a global variable for Objects in Subscribe method +def objectList = [] +//Create a global variable for Events in Subscribe method +def eventList = [] +//Create a global variable for settings +def settings +//Zip code +def zipCode = 92617 +//atomicState variable +def atomicState = [version: "1.01"]