Roger - 2014-08-03

I'm using r182 (experimental) and trying to change the following control (taken from /input.json):

{
"name": "Focus, Auto",
"id": "10094860",
"type": "2",
"min": "0",
"max": "1",
"step": "1",
"default": "1",
"value": "1",
"dest": "0",
"flags": "0",
"group": "1"
}

I believe this URL should allow me to change value to 0 (i.e. disable auto-focus):

http://192.168.0.100:8080/?action=command_ng&dest=0&plugin=0&id=10094860&group=1&value=0

I get a return value of 10094860: 0 which should mean it was successful, however /input.json is exactly the same as above and nothing changes.

Other control ID's seem to work ok (e.g. I can change brightness), so I'm not sure why this particular one seems not to.

I've also tried the latest non-experimental branch, and it doesn't work either (BTW what's the difference between action=command_ng and action=command_ng?)

Any ideas?

Cheers,
Roger