Skip to content

[WIP] A simple homebridge plugin for controlling (stateless) lock mechanisms via HTTP requests.

Notifications You must be signed in to change notification settings

eymengunay/homebridge-http-door

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebridge HTTP Door

This is a work in progress.

[WIP] A simple homebridge plugin for controlling (stateless) doors via HTTP requests.

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"
        }
    ]
}

About

[WIP] A simple homebridge plugin for controlling (stateless) lock mechanisms via HTTP requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published