Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pcgeek86/elgato
- Owner: pcgeek86
- Created: 2020-08-15T11:45:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T12:36:45.000Z (over 3 years ago)
- Last Synced: 2023-04-04T04:36:13.144Z (almost 2 years ago)
- Language: PowerShell
- Size: 46.9 KB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```