Skip to content

nicdumz/devdeck-key-light

 
 

Repository files navigation

DevDeck - Key Light

CI

Elgato Key Light controls for DevDeck.

Installing

Simplify install DevDeck - Key Light into the same python environment that you have installed DevDeck.

pip install devdeck-key-light

You can then update your DevDeck configuration to use decks and controls from this package.

Controls

  • key_light_toggle_control.KeylightToggleControl

    Can be used to toggle the state of an Elgato Key Light.

  • brightness.Increase

    Can be use to increase light brightness by a static amount.

  • brightness.Decrease

    Can be use to decrease light brightness by a static amount.

Configuration

Example configuration:

decks:
  - serial_number: ABC123
    name: devdeck.decks.single_page_deck_controller.SinglePageDeckController
    settings:
      controls:
        - name: devdeck_key_light.key_light_toggle_control.KeyLightToggleControl
          key: 0
          settings:
            host: 192.168.1.23
        - name: devdeck_key_light.brightness.Increase
          key: 1
          settings:
            host: 192.168.1.23
            step: 20
        - name: devdeck_key_light.brightness.Decrease
          key: 1
          settings:
            host: 192.168.1.23
            step: 20

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 97.2%
  • Shell 2.8%