@tapshts/homebridge-http-various-door

1.0.4 • Public • Published

Homebridge HTTP Various Door

Simple usage.

Configuration sample

{
    "accessories": [
        {
            "accessory": "HTTPDoor",
            "name": "Building Door",
            "type": "lock",
            "url": "http://example.com/unlock"
        },
        {
            "accessory": "HTTPDoor",
            "name": "Garage Door",
            "type": "garage",
            "url": "http://example.com/unlock"
        }
    ]
}

Thanks to eymengunay

/@tapshts/homebridge-http-various-door/

    Package Sidebar

    Install

    npm i @tapshts/homebridge-http-various-door

    Weekly Downloads

    5

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    5.14 kB

    Total Files

    4

    Last publish

    Collaborators

    • tapshts