pcgeek86 / elgato

A PowerShell module to manage Elgato devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A PowerShell module to manage Elgato devices.


Languages

Language:PowerShell 100.0%