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