1.1.0 • Published 7 months ago

elgato-keylight v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Elgato Key Light Control

A TypeScript library to control Elgato Key Light devices.

Installation

npm install elgato-keylight

Usage

import { KeyLight } from "elgato-keylight";
const keylight = new KeyLight();
// Turn on
await keylight.setState({ on: 1 });
// Set brightness to 50%
await keylight.setBrightness(50);
// Toggle state
await keylight.toggleState();
1.1.0

7 months ago

1.0.0

7 months ago