- Hope this outlines the idea:
[{"id":"e084f85b.8197b8","type":"time-range-switch","z":"25063fae.4f85f","name":"6-9am","lat":"","lon":"","startTime":"06:00","endTime":"09:00","startOffset":0,"endOffset":0,"x":1398,"y":465,"wires":[["940cfe74.4596e"],[]]},{"id":"b8a21a79.cc5088","type":"inject","z":"25063fae.4f85f","name":"Trig1","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"on","payloadType":"str","x":1040,"y":465,"wires":[["672dae78.6384b"]]},{"id":"672dae78.6384b","type":"link out","z":"25063fae.4f85f","name":"Trig1 Out","links":["1f1586d.5667079"],"x":1159,"y":464,"wires":[]},{"id":"1f1586d.5667079","type":"link in","z":"25063fae.4f85f","name":"In different flow","links":["2da8f8e0.6542d8","672dae78.6384b"],"x":1270,"y":466,"wires":[["e084f85b.8197b8"]]},{"id":"940cfe74.4596e","type":"link out","z":"25063fae.4f85f","name":"Flow 3","links":["4185510d.c3d79","b517a534.fe6148"],"x":1518,"y":458,"wires":[]},{"id":"431f7bad.971234","type":"inject","z":"25063fae.4f85f","name":"Trig2","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"on","payloadType":"str","x":1043,"y":572,"wires":[["2da8f8e0.6542d8"]]},{"id":"2da8f8e0.6542d8","type":"link out","z":"25063fae.4f85f","name":"Trig 2 Out","links":["1f1586d.5667079"],"x":1162,"y":571,"wires":[]},{"id":"aa574030.8b38a","type":"comment","z":"25063fae.4f85f","name":"Triggers in Flow#1","info":"","x":1082,"y":406,"wires":[]},{"id":"28cde1ce.76b99e","type":"comment","z":"25063fae.4f85f","name":"Node in Flow#3","info":"","x":1373,"y":407,"wires":[]},{"id":"71394199.bab81","type":"comment","z":"25063fae.4f85f","name":"Node in Flow #1 or #2 etc","info":"","x":1107,"y":526,"wires":[]},{"id":"4185510d.c3d79","type":"link in","z":"25063fae.4f85f","name":"Flow 4","links":["940cfe74.4596e"],"x":1647,"y":459,"wires":[[]]},{"id":"e164164.1f69ee8","type":"comment","z":"25063fae.4f85f","name":"Node in Flow#4","info":"","x":1694,"y":408,"wires":[]},{"id":"258a209f.12c09","type":"comment","z":"25063fae.4f85f","name":"Node in Flow#4","info":"","x":1695,"y":528,"wires":[]},{"id":"b517a534.fe6148","type":"link in","z":"25063fae.4f85f","name":"Flow 4","links":["940cfe74.4596e"],"x":1656,"y":584,"wires":[[]]}]
- Time-range-switch doesn’t appear to be able to be re-defined on the fly with and external inputed time range. i.e. you set the range once and that’s it. There may be another node that allows this but you will have to go through the nodes to establish if this is possible.
Hope this helps.