creating eventsSince for ContactSensor and AeonKeyFobs + commenting runAfter method...
[smartthings-infrastructure.git] / Methods / runOnce.groovy
1 /////////////////////////////////////////////////////////////////////
2 def runOnce(Date date, Closure methodToCall) {
3         methodToCall()
4 }