Crates.io | elgato-control-center |
lib.rs | elgato-control-center |
version | 0.1.1 |
source | src |
created_at | 2024-05-10 19:28:51.427863 |
updated_at | 2024-05-11 01:19:00.307183 |
description | A CLI for the Elgato Control Center application |
homepage | |
repository | https://github.com/nik-johnson-net/elgato-control-center |
max_upload_size | |
id | 1236277 |
size | 54,748 |
elgato-control-center is a command line tool (CLI) for interacting with the Elgato Control Center application. It provides basic functionality for discovering and controlling lights.
elgato-control-center -h
Usage: elgato-control-center <COMMAND>
Commands:
devices
on
off
set-brightness
set-temperature
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
elgato-control-center devices
id,name
Elgato Key Light Air FFFF (FF:FF:FF:AB:CD:DF),Elgato Key Light Air Right
Elgato Key Light Air FFFE (FF:FF:FF:AB:CD:DE),Elgato Key Light Air Left
# Turn lights on
elgato-control-center on
# Turn lights off
elgato-control-center off
# Turn one light on
elgato-control-center on "Elgato Key Light Air Right"
# Set Temperature to 3000k
elgato-control-center set-temperature 3000
# Set Brightness to 25%
elgato-control-center set-brightness 25