Forgive me if I've asked this before, but from what I remember it was the DELAY
node, not the TRIGGER
node.
Here's the part of the flow.....
[{"id":"178ae8cd.12b0d7","type":"trigger","z":"15af81c5.64999e","op1":"","op2":"2","op1type":"nul","op2type":"num","duration":"60","extend":false,"units":"min","reset":"reset","bytopic":"all","name":"Dusk/Night 2","x":420,"y":2830,"wires":[["aaab7a55.a5b48"]]},{"id":"a7e53875.6f5cd8","type":"trigger","z":"15af81c5.64999e","op1":"","op2":"3","op1type":"nul","op2type":"num","duration":"90","extend":false,"units":"min","reset":"reset","bytopic":"all","name":"Dusk/Night 3","x":420,"y":2870,"wires":[["aaab7a55.a5b48"]]},{"id":"b9cb98a8.35ed48","type":"trigger","z":"15af81c5.64999e","op1":"","op2":"OFF","op1type":"nul","op2type":"str","duration":"120","extend":false,"units":"min","reset":"reset","bytopic":"all","name":"Dusk/Night OFF","x":429,"y":2909,"wires":[["aaab7a55.a5b48"]]},{"id":"4ebde882.899c88","type":"trigger","z":"15af81c5.64999e","op1":"","op2":"1","op1type":"nul","op2type":"num","duration":"30","extend":false,"units":"min","reset":"reset","bytopic":"all","name":"Dusk/Night 1","x":420,"y":2790,"wires":[["aaab7a55.a5b48"]]},{"id":"1ebea0cd.4ef777","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"trigger","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":200,"y":2850,"wires":[["4ebde882.899c88","178ae8cd.12b0d7","a7e53875.6f5cd8","b9cb98a8.35ed48"]]},{"id":"aaab7a55.a5b48","type":"function","z":"15af81c5.64999e","name":"Do what ever","func":"\nreturn msg;","outputs":1,"noerr":0,"x":690,"y":2850,"wires":[[]]}]
Understand this is not the flow, but a cut down part.
Something happens.
After 30 minutes, a message is sent.
After 60 minutes, another message is sent.
After 90 minutes, (you get it)
What I am wanting to do is be able to adjust the step size between the messages.
Say change it from 30 to 40, 50 or 60 minutes.
I've read the info and I don't think it is possible.
Fair enough if so. But I am open to how I could do what I want.
Much appreciated.