Adding a mapper for 'position' which is basically 'location'
[smartthings-infrastructure.git] / Methods / sendNotification.groovy
1 /////////////////////////////////////////////////////////////////////
2 def sendNotification(String text, LinkedHashMap metaData) {
3         println("Sending \""+text+"\" to "+metaData.phone.toString())
4 }