A change in location class for sunset/sunrise event + Adding appList for dimmer's...
[smartthings-infrastructure.git] / Methods / runDaily.groovy
1 /////////////////////////////////////////////////////////////////////
2 def runDaily(String date, Closure methodToCall) {
3         methodToCall()
4 }