Fixing a bug: unlock is supposed to be recognized as lock event.
[smartthings-infrastructure.git] / eventSimulator / locationHomeEvent.groovy
index c4d476355dabc1a99f0773a7b9cb626bef076beb..c28caa5c9771f7b0dad837c1e4797797cdbe2f69 100644 (file)
@@ -1,2 +1,2 @@
                        locationObject.setValue([name: "Location", value: "home", deviceId: "locationID0", descriptionText: "",
-                                       displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]])
\ No newline at end of file
+                                       displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])