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