Fixing bug in Mobile Presence class
[smartthings-infrastructure.git] / GlobalVariables / test.groovy
1 String s = "smoke.detected"
2 if (s.contains("smoke"))
3         println(s)