Fixing value field type in events
[smartthings-infrastructure.git] / eventSimulator / colorLevelChangeEvent.groovy
index e2a4db610c0a8f261c8b51ce7a785593b757256a..85d255bcd6e00af4abcb2760fa38c67cde7d4ab9 100644 (file)
@@ -1,2 +1,2 @@
-                       colorControlObject[0].setValue([name: "level", value: 50, deviceId: "colorControlID0", descriptionText: "",
+                       colorControlObject[0].setValue([name: "level", value: "50", deviceId: "colorControlID0", descriptionText: "",
                                        displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])