Adding a feature to extract scheduled method as an event when it is scheduled inside...
[smartthings-infrastructure.git] / GlobalVariables / test.groovy
1 String s = "smoke.detected"
2 if (s.contains("smoke"))
3         println(s)