-------
One such change is the new HTTP server component through which all commands are transferred. This new HTTP server is stricter in handling requests compared to the previous one, e.g. a HOST header field is required in all HTTP/1.1 request messages per RFC. This can impact your application due to non-functional behavioural changes or stricter handling of requests. We kindly would like to ask you to test this new release with your integration.
-----
can somebody help my with the right syntaxs
sprintf(buffer, "PUT /api/%s/%s HTTP/1.1\r\nHost: %s\r\nConnection: keep-alive\r\nContent-Length: %d\r\n\r\n%s", USERNAME, selector, IP_ADDRESS, strlen(command), command)
to set the groups light?
i have now
PUT /api/%s/%s HTTP/1.1\r\nHost:%s\r\n\r\n%s
PUT /api/<username>/groups/8/action HTTP/1.1\r\nHost:192.168.20.30\r\n\r\n {"bri":71, "hue":0,"sat":255, "on":true}
but stil not working ;-(
it did work like a charm until the update 1.23
Kommentar