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