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: listen to other things than payload #116

Open dirkjanfaber opened 1 year ago

dirkjanfaber commented 1 year ago

Thanks for the nice node.

What I am currently missing and would like to have is that the input object is configurable. So that the node can listen to msg.blink instead of msg.payload. This would save me a change node in my flow.

das399igste commented 8 months ago

It's no big deal. I have implemented this for myself and put it into operation. Unfortunately, I can only use javascript, not TS. You can find an example at https://github.com/das399igste/node-red-contrib-ui-led or via Forks