Changes in classes: new concept for latest value + all types of events generated...
[smartthings-infrastructure.git] / GlobalVariables / test.groovy
1 String s = "smoke.detected"
2 if (s.contains("smoke"))
3         println(s)