devRoemer / node-red-contrib-time-switch

A node that switches on and off depending on the current time
MIT License
3 stars 0 forks source link

Multiple times with multiple outputs #4

Open timdonovanuk opened 4 years ago

timdonovanuk commented 4 years ago

Is your feature request related to a problem? Please describe. To do something like:

takes considerable efforts, and requires one of these node for each statement

Describe the solution you'd like The ability to add additional times to the node, and each time maps to an output (a bit like the switch component). Also, to cope with overlaps, it's evaluated top down, and the very first one that resolves to true is the one that outputs.