OpenSprinkler Forums OpenSprinkler Unified Firmware Enable/disable program through API Reply To: Enable/disable program through API

#61733

MantasJ99
Participant

Thank You for Your answer. Yes, indeed that is exactly what I needed and it works perfectly, but now I face another problem. I use API to disable/enable zones and disable/enable rain dependency on each zone. This is syntax that I use: http://ip/cs?pw=password&d0=1 or http://ip/cs?pw=password&i0=1 and this is working fine for zone1, but if I instead use: http://ip/cs?pw=password&dX=1 or http://ip/cs?pw=password&iX=1 where X is from 1 to 7, it does nothing, so the commands work only for the first zone, where could the problem be?