Adding a feature to extract scheduled method as an event when it is scheduled inside...
[smartthings-infrastructure.git] / Methods / now.groovy
1 /////////////////////////////////////////////////////////////////////
2 def now() {
3         return System.currentTimeMillis()
4 }