Fixing a bug: there is no property level, so it should have called currentLevel instead.
[smartthings-infrastructure.git] / eventSimulator / thermostatAutoModeEvent.groovy
index 311731c041572480ac04c5708ecbd10409096536..5664cce9dbe384c58d2bb48beb11a204c5d4c19e 100644 (file)
@@ -1,2 +1,2 @@
                        thermostatObject.setValue([name: "thermostatMode", value: "auto", deviceId: "thermostatID0", 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"}'])