Fixing value field type in events
[smartthings-infrastructure.git] / eventSimulator / stepGoalHighEvent.groovy
index 4e9547d746f5f6d8e84ea1dc65e01776c70db735..51b9f3dd2321ceaa101fe502defd673c509a3f8e 100644 (file)
@@ -1,2 +1,2 @@
-                       stepSensorObject[0].setValue([name: "goal", value: 70/*A number*/, deviceId: "stepSensorID0", descriptionText: "",
+                       stepSensorObject[0].setValue([name: "goal", value: "70"/*A number*/, deviceId: "stepSensorID0", descriptionText: "",
                                        displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])