Control your elgato keylight from Alfred
You must install jq to use this workflow. I find the easiest way is to use homebrew.
brew install jq
Update the status of your key light by using the keylight control keyword (default: key
) and then press space to see a list of options.
Many settings are available through the built-in workflow configuration tool. You must configure the IP address of your key light for this workflow to work.
I added a few example scripts in the example script folder. These can be run in from the terminal as you would run any other program. These will not work unless you update the IP address in the script to match the IP address of your key light.
Example, from the root of this repo:
sh ./example-scripts/identifyLight.sh
Big Thanks to adamesch for detailing the elgato api.