1.3.0 • Published 6 years ago

homebridge-http-doorbell v1.3.0

Weekly downloads
4
License
WTFPL-2
Repository
github
Last release
6 years ago

homebridge-http-doorbell

This plugin offers you a doorbell that can be triggerd via an HTTP request.

Installation

Run the following command

npm install -g homebridge-http-doorbell

Chances are you are going to need sudo with that.

Config.json

This is an example configuration

"platforms" : [
    {
        "platform": "http-doorbell",
        "port": 9053,
        "doorbells": [
            {
               "name": "Front doorbell",
               "id": "front",
               "duration": 2
            }
        ]
    }
]
KeyDescription
platformRequired. Has to be "http-doorbell"
portRequired. The port that you want this plugin to listen on. Should be above 1024.
doorbells[].nameRequired. The name of this doorbell. This will appear in your homekit app
doorbells[].idOptional. Sets doorbell id for webhook, seqeuntial from 1 by default
doorbells[].durationOptional. Sets doorbell duration, 2 seconds by default.
1.3.0

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago