--
You received this message because you are subscribed to the Google Groups "Node-RED UI" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red-contrib-ui+unsub...@googlegroups.com.
To post to this group, send email to node-red-contrib-ui@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red-contrib-ui/c36ac265-2dcc-4d01-8302-9ca0dfe87877%40googlegroups.com.
Sorry, forgot to point out the docs say msg.options should be an array of either strings or option objects:
[ "Choice 1", "Choice 2", {"Choice 3":"3"} ]
var str = "Item 0";
msgData.options = [ ];
var opt1 = {};
opt1[str] = "0";
msgData.options.push(opt1);
msgData.options.push({"00-08-00-4A-05-00":"2"});
Nick
To unsubscribe from this group and stop receiving emails from it, send an email to node-red-contri...@googlegroups.com.
To post to this group, send email to node-red-...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red-contrib-ui/c36ac265-2dcc-4d01-8302-9ca0dfe87877%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Node-RED UI" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red-contri...@googlegroups.com.
To post to this group, send email to node-red-...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red-contrib-ui/3be8f152-85fa-4a63-b477-1c97736dbd1c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red-contrib-ui+unsub...@googlegroups.com.
To post to this group, send email to node-red-contrib-ui@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red-contrib-ui/c36ac265-2dcc-4d01-8302-9ca0dfe87877%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Node-RED UI" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red-contrib-ui+unsub...@googlegroups.com.
To post to this group, send email to node-red-contrib-ui@googlegroups.com.