jensrossbach/node-red-contrib-chronos

"Evaluate only" mode for time filter node

Closed this issue · 1 comments

Add an option to time filter node which activates an "evaluate only" mode. In this mode, all conditions should be evaluated for incoming messages but the messages shall always be forwarded and never discarded. Instead, the evaluation result of every condition shall be stored in the message before forwarding and can then be used for instance in a function node which is connected downstream to form more complex expressions with the evaluation results of the conditions.

Implemented with release 1.4.0.