Adorkable / node-red-contrib-ui-led

A simple LED status indicator for the Node-RED Dashboard
MIT License
16 stars 12 forks source link

Feature Request: Allow message parts to be used in label, for example {{msg.label}} or {{msg.payload}} for example #100

Open Jibun-no-Kage opened 2 years ago

Jibun-no-Kage commented 2 years ago

Allow message parts to be used in label, for example {{msg.label}} or {{msg.payload}} for example.

tcrussell commented 2 years ago

Not just the label, but it would be very handy to be able to use anything as the input to the indicator itself, not just msg.payload, even flow and global variables.

Jibun-no-Kage commented 2 years ago

Yes, the more flexible the better, most nodes allow use of context, flow, global, for example.

kip0x00 commented 1 year ago

but it would be very handy to be able to use anything as the input to the indicator itself, not just msg.payload

very, very lacking!