A Node.js script that toggles on and off Elgato Key Lights and Elgato Key Light Airs. Elgato Stream Deck not required.
git clone https://github.com/jasonheecs/elgato-key-light-automator.git
cd elgato-key-light-automator && npm i
node index.js
Testing is done via Jest:
npm run test
Refer to the Circle CI config file and CircleCI build logs for details on the automated tests and expected outputs.
MIT