creating eventsSince for ContactSensor and AeonKeyFobs + commenting runAfter method...
[smartthings-infrastructure.git] / GlobalVariables / GlobalVariablesEachApp.groovy
index 2b6544cd497c325e87da21635e183b8d4a683554..ae8b936042f5259750bbfa5c5f9791853bec2a30 100644 (file)
@@ -1,5 +1,3 @@
-//Settings variable defined to settings on purpose
-def settings = "Settings"
 //Global variable for state[mode]
 def state = [home:[],away:[],night:[]]
 //Create a global logger object for methods
@@ -10,7 +8,9 @@ def functionList = []
 def objectList = []
 //Create a global variable for Events in Subscribe method
 def eventList = []
-//Create a global list for function schedulers
-def timersFuncList = []
-//Create a global list for timer schedulers
-def timersList = []
+//Create a global variable for settings
+def settings
+//Zip code
+def zipCode = 92617
+//atomicState variable
+def atomicState = [version: "1.01"]