Integrating List of constant names into the if-statement to avoid creating read/write...
[smartthings-infrastructure.git] / Methods / sendNotification.groovy
1 /////////////////////////////////////////////////////////////////////
2 def sendNotification(String text, LinkedHashMap metaData) {
3         println("Sending \""+text+"\" to "+metaData.phone.toString())
4 }