Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Methods / runDaily.groovy
1 /////////////////////////////////////////////////////////////////////
2 def runDaily(String date, Closure methodToCall) {
3         methodToCall()
4 }