OpenSprinkler › Forums › Third-Party Software › Is it possible to have 2 Zones open at the same time on OpenSprinkler › Reply To: Is it possible to have 2 Zones open at the same time on OpenSprinkler
AndreasSprink
Essentially to simplify my question in previous post:
1. I need to open Zone 10.
2. >= 1 second after, I will run a program (Station 0-9) which runs for 50 minutes.
3. Now I need to close Zone 10.
That would be the exact function that I am after, so Zone 10 must then be open during the whole 50 minutes.
The program URL that I create looks like this at this moment which sequentially opens Zone 0-9 for 5 minutes each:
[code]http://15.1.0.11:80/cp?pw=xxx&pid=-1&v=[193,4,0,[1020,-1,-1,-1],[300,300,300,300,300,300,300,300,300,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]&name=TestProgram&endr=1&from=33&to=415
[/code]
How would this be possible to do?