Adorkable / node-red-contrib-ui-led

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

Wishlist - Add capability to add URL hot link to UI LED #97

Open mrdvt92 opened 2 years ago

mrdvt92 commented 2 years ago

Describe the bug

I would like to be able to add an HTML link to an LED in the UI. I currently have more than 60 LED UI widget on a monitoring page and what I'd like to implement is a way to easily link a URL to the LED so that I could link to a web page with more information about the status of that LED.

To Reproduce

N/A - Not a current capability

Expected behavior

In the edit LED node properties configuration. Add a URL property that when not null will hyperlink the LED and/or LED text to the provided URL. It would be nice if the URL supported mustache format like many other nodes.

URL: https://server:port/path?data={{payload}}

Screenshots

N/A

Versions

Platform

Additional context

N/A