X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=eventSimulator%2FswitchOnEvent.groovy;h=fa1ef3a45575a970798cad0fa3f0cf77b95979e0;hb=550f30661578b8b79f521cb65e6c69b5dc699e35;hp=324f6e855bf37ebe70940e4bce64205093dd9bac;hpb=b8c0c6eb635704be056e1e4f373620e2bb05b775;p=smartthings-infrastructure.git diff --git a/eventSimulator/switchOnEvent.groovy b/eventSimulator/switchOnEvent.groovy index 324f6e8..fa1ef3a 100644 --- a/eventSimulator/switchOnEvent.groovy +++ b/eventSimulator/switchOnEvent.groovy @@ -1,2 +1,2 @@ switchObject.setValue([name: "switch", value: "on", deviceId: "switchID0", 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"}'])