Infrastructure compatible with 2 types of switches.(Normal switches and otherVsGeneri...
[smartthings-infrastructure.git] / Methods / sendNotification.groovy
1 /////////////////////////////////////////////////////////////////////
2 def sendNotification(String text, LinkedHashMap metaData) {
3         println("Sending \""+text+"\" to "+metaData.phone.toString())
4 }