08-21-2025, 06:17 AM
after i turn on a output, then turn it back off, it wont turn on again, unless i wait for several minutes.
here is the commands i use:
ipaddress/ctrl.cgi?secret=mysecret&cmd=set_output&id=1&value=1
ipaddress/ctrl.cgi?secret=mysecret&cmd=set_output&id=1&value=0
the browser gives a message saying success, but the output does not come on.
here is example of output (but does not turn on)
{ "id": 1, "value": 1, "status": "success", "code": 0 }
i have program that runs that needs to be able to execute these commands very often and close together
here is the commands i use:
ipaddress/ctrl.cgi?secret=mysecret&cmd=set_output&id=1&value=1
ipaddress/ctrl.cgi?secret=mysecret&cmd=set_output&id=1&value=0
the browser gives a message saying success, but the output does not come on.
here is example of output (but does not turn on)
{ "id": 1, "value": 1, "status": "success", "code": 0 }
i have program that runs that needs to be able to execute these commands very often and close together

