Giter Club home page Giter Club logo

elgato.sh's Introduction

elgato.sh

Script to control my Elgato Key Light (https://www.elgato.com/en/key-light)

Usage

$ ./elgato.sh help
usage: ./elgato.sh <on|off|brightness number|temperature number>

Examples

Turn on / off the Key Light

Example output is shown here, it is omitted in the rest for brevity.

$ ./elgato.sh on
My Key Light (my-key-light.local.:9123)
=======================================
brightness:   50
on:           1
temperature:  250
$ ./elgato.sh off

Will swap the current state (on to off or vice versa):

$ ./elgato.sh toggle

Set brightness / temperature

$ ./elgato.sh brightness 10
$ ./elgato.sh temperature 25

Increment brightness / temperature

$ ./elgato.sh brightness +10
$ ./elgato.sh temperature -15

Do multiple changes at once

$ ./elgato.sh brightness +10 temperature 200 on

Last one wins

Expect the light to be on and have brightness 15 (20 - 5), leaving temperature constant:

$ ./elgato.sh off toggle toggle on brightness +5 brightness 20 brightness -5

elgato.sh's People

Contributors

alexoneill avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.