jonmagic / homebridge-plugin-lightd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-plugin-lightd

A homebridge plugin I wrote to use my lightd daemon as a homebridge accessory.

The accessories config for homebridge looks like this:

"accessories": [
    {
        "accessory": "LightdDimmer",
        "name": "Pergola Dimmer",
        "url": "http://lightd.local:8081",
        "device": "pergola"
    }
]

About

License:Apache License 2.0


Languages

Language:TypeScript 100.0%