Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Methods / sendNotification.groovy
1 /////////////////////////////////////////////////////////////////////
2 def sendNotification(String text, LinkedHashMap metaData) {
3         println("Sending \""+text+"\" to "+metaData.phone.toString())
4 }