Fixing a bug: unlock is supposed to be recognized as lock event.
[smartthings-infrastructure.git] / GlobalVariables / test.groovy
1 String s = "smoke.detected"
2 if (s.contains("smoke"))
3         println(s)