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

https://github.com/kylemit/elgato-light-cli

CLI to control Elgato Light
https://github.com/kylemit/elgato-light-cli

cli elgato node node-cli

Last synced: about 2 months ago
JSON representation

CLI to control Elgato Light

Awesome Lists containing this project

README

          

# Elgato Light Cli

CLI to control Elgato Light

```bash
Usage:
elg [command]
elgato-light-cli [command]

Commands:
help Display help for elgato-light-cli
status Show the current status
off Turn off the device
on Turn on the device
dim Decrease brightness
brighten Increase brightness
colder Shift color temperature cooler
warmer Shift color temperature warmer
discover Discover the device on the network (need to hardcode the IP address)
```

## Prior Art

* Powershell - [pcgeek86/elgato](https://github.com/pcgeek86/elgato)
* Python - [jeffisfast/Elgato-Light-Controller](https://github.com/jeffisfast/Elgato-Light-Controller)
* Node - [jasonheecs/elgato-key-light-automator](https://github.com/jasonheecs/elgato-key-light-automator)