Fixing a bug in ExtractorScript.py: missing a check if there is no event for App1.
[smartthings-infrastructure.git] / Methods / now.groovy
1 /////////////////////////////////////////////////////////////////////
2 def now() {
3         return System.currentTimeMillis()
4 }