Commit #9: extension to the infrastructure with more devices + minor changes in extra...
[smartthings-infrastructure.git] / GlobalVariables / GlobalVariablesEachApp.groovy
index 2b6544cd497c325e87da21635e183b8d4a683554..ce8308c37c852688d4ceefb528e12573ac422f79 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
@@ -14,3 +12,5 @@ def eventList = []
 def timersFuncList = []
 //Create a global list for timer schedulers
 def timersList = []
+//Create a global variable for settings
+def settings