Adorkable / node-red-contrib-ui-led

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

Also a way to "reset" the LED to the "no data received" state. #15

Closed Just-another-pleb closed 5 years ago

Just-another-pleb commented 5 years ago

I appreciate the LED.

The only thing I would like to see is a way to put it back to the "I have not received anything yet" state.

I am using it as an indicator and though maybe a FULL DEPLOY would be better..... It would be nice if something could be injected to reset to to the blank state/mode.

yoiang commented 5 years ago

I may include something similar in the custom statuses (#3), where if a payload doesn't match any of the defined states it will "turn off" ie. go back to blank. Is this what you were thinking?

Just-another-pleb commented 5 years ago

I may include something similar in the custom statuses (#2 https://github.com/Adorkable/node-red-contrib-ui-led/issues/2), where if a payload doesn't match any of the defined states it will "turn off" ie. go back to blank.

Yes.

On Fri, 8 Feb 2019 at 03:40, Ian G notifications@github.com wrote:

I may include something similar in the custom statuses (#2 https://github.com/Adorkable/node-red-contrib-ui-led/issues/2), where if a payload doesn't match any of the defined states it will "turn off" ie. go back to blank. Is this what you were thinking?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Adorkable/node-red-contrib-ui-led/issues/15#issuecomment-461503297, or mute the thread https://github.com/notifications/unsubscribe-auth/AmClmPrgEqeLXmluZvc4apGKDrBUPUOdks5vLFbpgaJpZM4adyEk .

yoiang commented 5 years ago

Implemented in 0.2.0!

Just-another-pleb commented 5 years ago

Thanks, but.....

I just installed it and the documentation doesn't explain how to "reset" the LED.

Shall look on the web page to see if there is any info there.

On Fri, 8 Feb 2019 at 10:17, Ian G notifications@github.com wrote:

Implemented in 0.2.0 https://github.com/Adorkable/node-red-contrib-ui-led/releases/tag/0.2.0!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Adorkable/node-red-contrib-ui-led/issues/15#issuecomment-461629874, or mute the thread https://github.com/notifications/unsubscribe-auth/AmClmDWz5aUMLT44yn7xTgzmbUg0j81-ks5vLLQRgaJpZM4adyEk .

yoiang commented 5 years ago

I updated the documentation for how to, if one sends any value without a color associated it is "reset".