creating eventsSince for ContactSensor and AeonKeyFobs + commenting runAfter method...
[smartthings-infrastructure.git] / Methods / sendPush.groovy
1 /////////////////////////////////////////////////////////////////////
2 ////sendPush(text)
3 def sendPush(String text) {
4         println(text)
5 }