Fixing a bug in the event presence.present: name has to be the same as value.
[smartthings-infrastructure.git] / Methods / now.groovy
1 /////////////////////////////////////////////////////////////////////
2 def now() {
3         return System.currentTimeMillis()
4 }