From 38d5a1267364901ef7618e14463fe206db94a128 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Tue, 6 Aug 2019 15:09:18 -0700 Subject: [PATCH] Putting back an accidentally deleted file. --- GlobalVariables/GlobalVariablesEachApp.groovy | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 GlobalVariables/GlobalVariablesEachApp.groovy 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"] -- 2.34.1