Adorkable / node-red-contrib-ui-led

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

Custom statuses #3

Closed yoiang closed 5 years ago

yoiang commented 5 years ago

We allow customizing beyond true and !true and allow any number of customized value -> color combinations

Nokomis449 commented 5 years ago

I like this idea. I just ran across this project today as I'm looking for a way to indicate 3 statuses - Normal, Degraded, and Critical. I'd prefer options for Green/Yellow/Red, but allowing text input for basic colors (red, green, blue, yellow, black, white, etc.) would be even better. I also like the suggestion elsewhere to allow scaling the size of the LED.

Nice project; I'm sure I'll use it. Thanks!

yoiang commented 5 years ago

Implemented in 0.2.0

yoiang commented 5 years ago

RE: scaling there is issue #17!

yoiang commented 5 years ago

README.md update tracked by #23