Fixing bug in Mobile Presence class
[smartthings-infrastructure.git] / Methods / sendNotification.groovy
1 /////////////////////////////////////////////////////////////////////
2 def sendNotification(String text, LinkedHashMap metaData) {
3         println("Sending \""+text+"\" to "+metaData.phone.toString())
4 }