https://github.com/jamesridgway/devdeck-key-light
https://github.com/jamesridgway/devdeck-key-light
devdeck
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesridgway/devdeck-key-light
- Owner: jamesridgway
- License: bsd-3-clause
- Created: 2021-05-09T08:10:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T09:59:19.000Z (over 2 years ago)
- Last Synced: 2024-09-16T19:12:05.824Z (almost 2 years ago)
- Topics: devdeck
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevDeck - Key Light

Elgato Key Light controls for [DevDeck](https://github.com/jamesridgway/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
* `KeylightToggleControl`
Can be used to toggle the state of an Elgato Key Light
## 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