ontje / node-red-contrib-countdown

A simple countdown node
MIT License
5 stars 13 forks source link

New option "Send nothing" for timer start payload resp. timer stop payload #3

Closed StephanStS closed 4 years ago

StephanStS commented 4 years ago

Similar to the Node-RED node trigger grafik

it would be a nice feature that on timer start or timer stop sending no message could be chosen. grafik

With this you can e.g. react only at the timer stop when the following node only looks for messages instead of message contents. A workaround is to filter out the timer start message with the switch node.