I am trying to use a curl.exe command on Windows 7 to use one of the new Web API calls in the latest version of InControl, 3.92 RC.

I have this in a .bat file all on one line:
curl -X PUT -H "Content-Type:application/json;charset=utf-8" -d "{\"password\":\"mypassword\",\"nodeId\":\"18\",\"setPointName\":\"Heating1\",\"temperatureValue\":\"60\"}" http://192.168.1.51:1178/zwave/setThermoSetpoint/

and it complains about the method.

I got the node ID from the list version (not tiles) of the devices screen. I don't think I understand where I would get the nodeId from. I used the provider id.

I am running this in a batch file. I am trying to set the temperature to 60.

This is in preparation for doing it on a web page with .php.

Thanks,
Mike D.