hobbyquaker / node-red-contrib-polymer

A Polymer based Dashboard UI for Node-RED
MIT License
21 stars 0 forks source link

Button widget - setting payload and topic via msg not working #51

Open M0ebiu5 opened 7 years ago

M0ebiu5 commented 7 years ago

It is not possible to set the payload and topic attribute of the button widget dynamically via a msg. like msg.payload = { "label": "new label!", "topic": "mqtt/set/t1", "payload": "1" }