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

Compare against custom timestamp in switch and filter node #24

Closed jensrossbach closed 3 years ago

jensrossbach commented 4 years ago

Currently, switch and filter nodes compare the configured time and date operands with the time of message ingress. It should be possible to configure the nodes to compare with a custom timestamp provided by a selectable message property, flow variable or global variable.

jensrossbach commented 3 years ago

Implemented with release 1.6.0.