I have 2 veras on the same LAN.
I’m trying to get a PLEG condition to action an HTTP address of the following:
local status, result = luup.inet.wget(“http://VERA_IP:3480/data_requestid=action&output_format=xml&DeviceNum=24&serviceId=urn:upnp-org:serviceId:VSwitch1&action=SetTarget&newTargetValue=0”, 10)
The "http://… string works on a web browser, but i can’t get vera to action the request.
Am i using the right language?
thanks.