yadomi / node-red-contrib-philipshue-events

Implements the Philips Hue API v2 EventSource as a node-red node
MIT License
12 stars 2 forks source link

Feature Request: Add name to the events config #20

Closed bond2k closed 1 year ago

bond2k commented 1 year ago

Currently the events config are shown with "Hue" and the IP address. Would be great if it could also have a name to distinguish them as I don't remember this IP address belongs to which Hue Hub. :)

andesse commented 1 year ago

When I remember right it should be possible to name the setup config. If not, just use a comment node, write it down and place it on top:)

yadomi commented 1 year ago

@bond2k Indeed it was missing I thought it was already possible. I've released v1.6.0 that adds the possibility to set a label on both node (PR #22).

andesse commented 1 year ago

The configs already could have different names, what in my opinion was finde, but thanks.

bond2k commented 1 year ago

Great, thanks.