Adding a mapper for 'position' which is basically 'location'
[smartthings-infrastructure.git] / Methods / unsubscribe.groovy
1 /////////////////////////////////////////////////////////////////////
2 def unsubscribe() {
3         objectList.clear()
4         eventList.clear()
5         functionList.clear()
6 }