subdigital / homebridge-key-light

A zero-configuration Homebridge platform plugin for controlling Elgato key lights.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@nextcart/homebridge-key-light

npm npm GitHub issues GitHub pull requests Elgato Key Light Air

@nextcart/homebridge-key-light is a Homebridge plugin to, with zero configuration, discover and control Elgato's Key Light and Key Light Air lights. Power status, brightness and color temperature can be controlled.

Installation

First of all you need to have Homebridge installed. Refer to the repo for instructions.
Then run the following command to install @nextcart/homebridge-key-light

sudo npm install -g @nextcart/homebridge-key-light

Alternatively, if you are a user of homebridge-config-ui-x, navigate to the "Plugins" tab and search for "@nextcart/homebridge-key-light". homebridge-config-ui-x

Then, add the platform to your config.json:

{
    "platforms": [
        {
            "name": "Key Lights",
            "platform": "key-light"
        },
    ]
}

About

A zero-configuration Homebridge platform plugin for controlling Elgato key lights.

License:ISC License


Languages

Language:TypeScript 100.0%