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 #25

Closed jensrossbach closed 3 years ago

jensrossbach commented 3 years ago

This change introduces the possibility to select different base times for switch and filter nodes. The base time can be either the message ingress time (as before) or a custom timestamp from a message property, a global variable or a flow variable. The timestamp must be a number containing the milliseconds since the UNIX epoch.