Which URL to GET VAR1 ?

tparvais

Member
Hello
Is it possible to read via URL GET value of VAR1 ?
I've a piece of code that make some tests and set VAR1 according AIP1 value
 
I cannot find this
 
WB8 - FW V 3.00.7
 
thank you
 
Thomas Parvais said:
Is it possible to read via URL GET value of VAR1 ?

I've a piece of code that make some tests and set VAR1 according AIP1 value

WB8 - FW V 3.00.7
 
That's ancient firmware. Your options back that far were a little more limited as I recall.
 
Try these.
I think this one worked on early versions and just spits back the integer value
http://admin:p[email protected]/getvar1.cgi
 
I can't remember when these were introduced, and they'll require parsing:
http://admin:p[email protected]/getall.cgi
http://admin:p[email protected]/api/status.xml
 
Back
Top