I'm trying to set the temprature of one dummy hardware temperature sensor.
Here's what I've so far:
Code: Select all
echo $MEASURED
curl 'http://127.0.0.1:8080/json.htm?username=XXX&password=XXX&type=command¶m=udevice&idx=175&nvalue=0&svalue=$MEASURED'
Code: Select all
19.5
{
"status" : "OK",
"title" : "Update Device"
}
Any hints?