Number of APIs: 11
This collection allows you to take control of your Elgato Key Light. Just set Read the blog here: https://apihandyman.io/hacking-elgato-key-light-with-Qodex/light_name
environment variable with the name of your Key Light, the pre-request script will configure the URL for API calls.
1. Get info about the device - Get accessory info
GET {{base_url}}/accessory-info
2. Get info about the device - Get light settings
GET {{base_url}}/lights/settings
3. Get info about the device - Get light status
GET {{base_url}}/lights
4. Turn on/off, modify brightness and temperature - Turn light off at 50% and 6000K
PUT {{base_url}}/lights
5. Turn on/off - On/off light switch using GET /lights
PUT {{base_url}}/lights
6. Modify brightness-Set specific brightness - Set brightness at 50%
PUT {{base_url}}/lights
PUT {{base_url}}/lights
PUT {{base_url}}/lights
9. Modify temperature-Set specific temperature - Set temperature at 6000K (167)
PUT {{base_url}}/lights
PUT {{base_url}}/lights
11. Modify temperature-Hotter/cooler using GET /lights - Set temperature cooler using GET /lights
PUT {{base_url}}/lights
ENDPOINTS