This PowerShell module controls the Elgato Key Light Air devices directly over their HTTP REST API.
- PowerShell Core version 7+
I recommend using the Scoop package manager to install the latest version of PowerShell Core on Windows.
To install the PowerShell module, run the following command.
Install-Module -Name Elgato -Scope CurrentUser -Force
Uninstall-Module -Name Elgato -Force