I have this code in My Vera Plus and Teo scenes, on, off etc.
local http = require(“socket.http”)
– 5 Second timeout
http.TIMEOUT = 1
– The return parameters are in a different order from luup.inet.wget(…)
result, status = http.request(“http://192.168.2.41:8080/remote?action=MONITOROFF”)