I tried to put my Hue Lamp on with the Clip API debug tool (as here explained: http://www.developers.meethue.com/documentation/getting-started ) and all works fine.
Now i want to do the same thing over the browser command line and i dont know how to write the url. I tried some variations but none worked....
The url should look something like this: http://192.168.0.18/api/MyHashcode/lights/2/state{"on":true}&mode=put
The problem is the json code shown in the messagebody (link above), i dont know how to embed it in the url. How is the right syntax to get this working?
Thanks in advance, kyi