Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Extractor / outGlobal.groovy
1 //Global Object for class lock!
2 @Field def lockObject = new Locking(sendEvent,1)
3 //Global Object for class contactSensor!
4 @Field def contactObject = new Contacting(sendEvent,1)
5 //Global Object for class switch!
6 @Field def switchObject = new Switching(sendEvent, 1)