jensrossbach / node-red-contrib-chronos

Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes
https://jensrossbach.github.io/node-red-contrib-chronos
MIT License
28 stars 1 forks source link

Repeat node: Add next message output port #105

Closed jensrossbach closed 1 year ago

jensrossbach commented 1 year ago

Repeat node shall offer an option to activate an additional output port that emits messages containing information about when the next repetition of the currently repeated message happens (similar to the next event port of the scheduler node).

jensrossbach commented 1 year ago

No need for this, the information can also be fetched using a status node (however time is only available in string form exactly as it is shown in the node status then, but I think this is sufficient).