Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pcgeek86/elgato

A PowerShell module to manage Elgato devices.
https://github.com/pcgeek86/elgato

Last synced: 2 months ago
JSON representation

A PowerShell module to manage Elgato devices.

Awesome Lists containing this project

README

        

## 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](https://scoop.sh) 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
```