Hello,
I have an IP Power to command plus of AC via Ethernet. PFor example, to set plug n°2, I write with Firefox (or other):
I try to do the same thing with a VBS script:
It dosn't work, it doesn't crash too, but nothing.
Thanks for your help
I have an IP Power to command plus of AC via Ethernet. PFor example, to set plug n°2, I write with Firefox (or other):
Code:
[URL unfurl="true"]http://192.168.1.198/cmd.cgi?$A3[/URL] 2 1
I try to do the same thing with a VBS script:
Code:
Set HttpReq = CreateObject("MSXML2.XMLHTTP")
HttpReq.Open "PUT", "[URL unfurl="true"]http://192.168.1.198/cmd.cgi?$A3[/URL] 2 1"
HttpReq.send
It dosn't work, it doesn't crash too, but nothing.
Thanks for your help