Fixing a bug in ExtractorScript.py: consuming too many tokens.
[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 }