Fixing value field type in events
[smartthings-infrastructure.git] / eventSimulator / heatingSetpointEvent.groovy
index de5fbaeaec9ef90baf690bdadea267b59719b60c..2f54a4a21b4580e9a4d0f03b3661d70141367e28 100644 (file)
@@ -1,2 +1,2 @@
-                       thermostatObject[0].setValue([name: "heatingSetpoint", value: 40, deviceId: "thermostatID0", descriptionText: "",
+                       thermostatObject[0].setValue([name: "heatingSetpoint", value: "40", deviceId: "thermostatID0", descriptionText: "",
                                        displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])