Bonsoir,
Dans un VD ceci devrait faire l'affaire:
local HC2 = Net.FHttp("192.168.1.98",8080)
local response ,status, errorCode = HC2:GET("/json.htm?type=command¶m=switchlight&idx=6&switchcmd=Toggle")
if (tonumber(status) == 200) then
fibaro:debug("success");
else
fibaro:debug("error");
end