Commit #9: extension to the infrastructure with more devices + minor changes in extra...
[smartthings-infrastructure.git] / Methods / now.groovy
1 /////////////////////////////////////////////////////////////////////
2 def now() {
3         return System.currentTimeMillis()
4 }