More events to generate based on the subscriber's list.
[smartthings-infrastructure.git] / eventSimulator / motionInactiveEvent.groovy
diff --git a/eventSimulator/motionInactiveEvent.groovy b/eventSimulator/motionInactiveEvent.groovy
new file mode 100644 (file)
index 0000000..2346a0b
--- /dev/null
@@ -0,0 +1,2 @@
+                       motionSensorObject.setValue([name: "motion", value: "inactive", deviceId: "motionSensorID0", descriptionText: "",
+                                       displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]])
\ No newline at end of file