Files
tina.schellander df7653dcba Fix HTTP compatibility with Elgato Key Light firmware
The light's TCP stack resets HTTP/1.1 GET connections but requires
HTTP/1.1 for PUT requests. Switch from requests to raw http.client
with HTTP/1.0 for GETs and HTTP/1.1 + Connection: close for PUTs.
Add retry logic (5 attempts, 1s delay) for intermittent resets.
2026-02-07 11:33:11 +01:00
..