Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Methods / sendPush.groovy
1 /////////////////////////////////////////////////////////////////////
2 ////sendPush(text)
3 def sendPush(String text) {
4         println(text)
5 }