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
- Host: GitHub
- URL: https://github.com/kylemit/elgato-light-cli
- Owner: KyleMit
- License: mit
- Created: 2022-02-17T22:07:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T19:59:57.000Z (about 1 year ago)
- Last Synced: 2025-12-01T22:12:20.716Z (4 months ago)
- Topics: cli, elgato, node, node-cli
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)