f60a0a149e73f794f0ba892a63a05e03eaa87044
[smartthings-infrastructure.git] / Methods / sendSms.groovy
1 /////////////////////////////////////////////////////////////////////
2 ////sendNotificationToContacts(text, recipients)
3 def sendSms(long Phone, String S) {
4         println("Sending \""+S+"\" to "+Phone.toString())
5 }