I have followed the guide for Hue integration but I cannot get any of the action files to work in the debug tool. I keep getting the following error message
"error": {
"type": 2,
"address": "/groups/1/action",
"description": "body contains invalid json"
Here is my subject line http://192.168.0.252/api/gNhdRkqOjDV5dCchEz4XBKrwvnebk-7OVivzIeHs/groups/1/action
here is my body PUT:{"on":true,"sat":255,"bri":160,"hue":10000,"transitiontime":30}
Nevemind. I figured it out. I left PUT in the body and was pushing post. I took out PUT and pressed PUT and it worked.