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