X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=eventSimulator%2FdoorClosedEvent.groovy;h=8220ad4b063f71cc94862ab348062f3b84301c3f;hp=a658599db9a07397de072a898280330d99b34579;hb=83071d3bcfc33f015ece13868342644498a9dda3;hpb=6a9540f69ca09047c6b4f65e49e710840dba81c0 diff --git a/eventSimulator/doorClosedEvent.groovy b/eventSimulator/doorClosedEvent.groovy index a658599..8220ad4 100644 --- a/eventSimulator/doorClosedEvent.groovy +++ b/eventSimulator/doorClosedEvent.groovy @@ -1,2 +1,2 @@ - doorControlObject.setValue([name: "doorState", value: "closed", deviceId: "doorControlID0", descriptionText: "", + doorControlObject[0].setValue([name: "doorState", value: "closed", deviceId: "doorControlID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])