Adding SmartThing class and MutableInteger
[smartthings-infrastructure.git] / Methods / unsubscribe.groovy
1 /////////////////////////////////////////////////////////////////////
2 def unsubscribe() {
3         objectList.clear()
4         eventList.clear()
5         functionList.clear()
6 }