X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=eventSimulator%2FcolorLevelChangeEvent.groovy;h=85d255bcd6e00af4abcb2760fa38c67cde7d4ab9;hb=83071d3bcfc33f015ece13868342644498a9dda3;hp=9989cbf74e06b40e5e1bac238b080274c6dc2035;hpb=6a9540f69ca09047c6b4f65e49e710840dba81c0;p=smartthings-infrastructure.git diff --git a/eventSimulator/colorLevelChangeEvent.groovy b/eventSimulator/colorLevelChangeEvent.groovy index 9989cbf..85d255b 100644 --- a/eventSimulator/colorLevelChangeEvent.groovy +++ b/eventSimulator/colorLevelChangeEvent.groovy @@ -1,2 +1,2 @@ - colorControlObject.setValue([name: "level", value: "50", deviceId: "colorControlID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) \ No newline at end of file + colorControlObject[0].setValue([name: "level", value: "50", deviceId: "colorControlID0", descriptionText: "", + displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])