biddster / node-red-contrib-schedex

Scheduler for node-red which allows you to enter on/off times as 24hr clock (e.g. 01:10) or suncalc events (e.g. goldenHour). It also allows you to offset times and randomise the time within the offset.
23 stars 17 forks source link

Feature request: node name in msg.payload = 'info' output #47

Closed drmibell closed 5 years ago

drmibell commented 5 years ago

It would be very helpful to include the name of the schedex node in the object sent in response to a msg.payload = 'info' request. I sometimes send an 'info' request to several schedex nodes at once, and would like to be able to process the responses in a single flow instead of essentially having to duplicate that flow for each node.

biddster commented 5 years ago

Fixed in 1.6.0

drmibell commented 5 years ago

Did not want to open a new issue, but v1.6.0 seems to be on npm but not picked up by the NR flows library.