Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Methods / unsubscribe.groovy
1 /////////////////////////////////////////////////////////////////////
2 def unsubscribe() {
3         objectList.clear()
4         eventList.clear()
5         functionList.clear()
6 }