Some minor changes in events' format
[smartthings-infrastructure.git] / Extractor / App2 / extractedFunctionsApp2.groovy
index c59c46467380322cc3b61eddd2c1f7a84c5bf008..8430b82dad64da2d3dcc17e70a6e95d5002d5d87 100644 (file)
@@ -1,12 +1,40 @@
 //Global Object for functions in subscribe method!
+def mainPage = this.&mainPage
+//Global Object for functions in subscribe method!
 def installed = this.&installed
 //Global Object for functions in subscribe method!
 def updated = this.&updated
 //Global Object for functions in subscribe method!
 def initialize = this.&initialize
 //Global Object for functions in subscribe method!
-def lockHandler = this.&lockHandler
+def beaconHandler = this.&beaconHandler
+//Global Object for functions in subscribe method!
+def arriveActions = this.&arriveActions
+//Global Object for functions in subscribe method!
+def departActions = this.&departActions
+//Global Object for functions in subscribe method!
+def prefix = this.&prefix
+//Global Object for functions in subscribe method!
+def listPhrases = this.&listPhrases
+//Global Object for functions in subscribe method!
+def executePhrase = this.&executePhrase
+//Global Object for functions in subscribe method!
+def getBeaconName = this.&getBeaconName
+//Global Object for functions in subscribe method!
+def getPhoneName = this.&getPhoneName
+//Global Object for functions in subscribe method!
+def hideOptionsSection = this.&hideOptionsSection
+//Global Object for functions in subscribe method!
+def getAllOk = this.&getAllOk
+//Global Object for functions in subscribe method!
+def getModeOk = this.&getModeOk
+//Global Object for functions in subscribe method!
+def getDaysOk = this.&getDaysOk
+//Global Object for functions in subscribe method!
+def getTimeOk = this.&getTimeOk
+//Global Object for functions in subscribe method!
+def hhmm = this.&hhmm
 //Global Object for functions in subscribe method!
-def notifyUnlocked = this.&notifyUnlocked
+def timeIntervalLabel = this.&timeIntervalLabel
 //Global Object for functions in subscribe method!
-def sendMessage = this.&sendMessage
+def list = this.&list