homebridge-httpdoor

1.0.4 • Public • Published

Httpdoor Plugin

Example config.json:

    {
        "accessories": [{
            "accessory": "Httpdoor",
            "name": "Garage Door",
            "controlURL": "your-control-custom-url",
            "statusURL": "your-status-custom-url",
        }]
    }

This plugin supports doors controlled by any custom HTTP endpoint via GET (to get state, either "open" or "closed"), and POST (to set new state, same two values).

Readme

Keywords

Package Sidebar

Install

npm i homebridge-httpdoor

Weekly Downloads

2

Version

1.0.4

License

MIT

Last publish

Collaborators

  • ericconnerapps