Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / GlobalVariables / test.groovy
1 String s = "smoke.detected"
2 if (s.contains("smoke"))
3         println(s)