Changes in classes: new concept for latest value + all types of events generated...
[smartthings-infrastructure.git] / GlobalVariables / test.groovy
diff --git a/GlobalVariables/test.groovy b/GlobalVariables/test.groovy
new file mode 100644 (file)
index 0000000..4b73ab8
--- /dev/null
@@ -0,0 +1,3 @@
+String s = "smoke.detected"
+if (s.contains("smoke"))
+       println(s)