Fixing a bug in ExtractorScript.py: missing a check if there is no event for App1.
[smartthings-infrastructure.git] / Methods / sendPush.groovy
1 /////////////////////////////////////////////////////////////////////
2 ////sendPush(text)
3 def sendPush(String text) {
4         println(text)
5 }