Adding new events in the script.
[smartthings-infrastructure.git] / Extractor / App2 / extractedFunctionsApp2.groovy
1 //Global Object for functions in subscribe method!
2 def mainPage = this.&mainPage
3 //Global Object for functions in subscribe method!
4 def installed = this.&installed
5 //Global Object for functions in subscribe method!
6 def updated = this.&updated
7 //Global Object for functions in subscribe method!
8 def initialize = this.&initialize
9 //Global Object for functions in subscribe method!
10 def beaconHandler = this.&beaconHandler
11 //Global Object for functions in subscribe method!
12 def arriveActions = this.&arriveActions
13 //Global Object for functions in subscribe method!
14 def departActions = this.&departActions
15 //Global Object for functions in subscribe method!
16 def prefix = this.&prefix
17 //Global Object for functions in subscribe method!
18 def listPhrases = this.&listPhrases
19 //Global Object for functions in subscribe method!
20 def executePhrase = this.&executePhrase
21 //Global Object for functions in subscribe method!
22 def getBeaconName = this.&getBeaconName
23 //Global Object for functions in subscribe method!
24 def getPhoneName = this.&getPhoneName
25 //Global Object for functions in subscribe method!
26 def hideOptionsSection = this.&hideOptionsSection
27 //Global Object for functions in subscribe method!
28 def getAllOk = this.&getAllOk
29 //Global Object for functions in subscribe method!
30 def getModeOk = this.&getModeOk
31 //Global Object for functions in subscribe method!
32 def getDaysOk = this.&getDaysOk
33 //Global Object for functions in subscribe method!
34 def getTimeOk = this.&getTimeOk
35 //Global Object for functions in subscribe method!
36 def hhmm = this.&hhmm
37 //Global Object for functions in subscribe method!
38 def timeIntervalLabel = this.&timeIntervalLabel
39 //Global Object for functions in subscribe method!
40 def list = this.&list