10-28-2012, 03:29 PM
salve,
first of all many thanks for your work
I'm currently using http requests to SET output ports status:
http://192.168.1.100/outs.cgi?out0=0 ### "=0" passed ---> cgi set out0 on
http://192.168.1.100/outs.cgi?out0=1 ### "=1" passed ---> cgi set out0 off
... but, can you please consider adding a way to GET output ports status ?
for example:
http://192.168.1.100/outs.cgi?out0 ### nor "=0" neither "=1" passed ---> cgi will reply out0 port status !
... it'll be marvelous if you could consider adding ALL ports status, input and output:
http://192.168.1.100/status.cgi?inp9 ### cgi will reply analog input inp9 status !
http://192.168.1.100/status.cgi?inp4d ### cgi will reply digital input inp4d status !
http://192.168.1.100/status.cgi?out0 ### cgi will reply output out0 port status !
please let us know ...
lg
first of all many thanks for your work
I'm currently using http requests to SET output ports status:
http://192.168.1.100/outs.cgi?out0=0 ### "=0" passed ---> cgi set out0 on
http://192.168.1.100/outs.cgi?out0=1 ### "=1" passed ---> cgi set out0 off
... but, can you please consider adding a way to GET output ports status ?
for example:
http://192.168.1.100/outs.cgi?out0 ### nor "=0" neither "=1" passed ---> cgi will reply out0 port status !
... it'll be marvelous if you could consider adding ALL ports status, input and output:
http://192.168.1.100/status.cgi?inp9 ### cgi will reply analog input inp9 status !
http://192.168.1.100/status.cgi?inp4d ### cgi will reply digital input inp4d status !
http://192.168.1.100/status.cgi?out0 ### cgi will reply output out0 port status !
please let us know ...
lg
<t></t>