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

Support for arbitrary message property input in repeat and delay nodes #169

Closed jensrossbach closed 3 months ago

jensrossbach commented 3 months ago

With this pull request, repeat node supports loading the custom repetition data as well as the until time from an arbitrary property of the input message. Delay node supports the same for the custom delay data.