An open API service indexing awesome lists of open source software.

https://github.com/abjugard/homebridge-simple-door

Homebridge plugin to open a simple door via HTTP GET
https://github.com/abjugard/homebridge-simple-door

Last synced: 9 months ago
JSON representation

Homebridge plugin to open a simple door via HTTP GET

Awesome Lists containing this project

README

          

## Example configuration
```
"accessories": [
{
"accessory": "SimpleDoorAccessory",
"name": "Door",
"url": "http://url.to.your/DoorControl/System",
"post_fields": {
"epName": "Youraddr 35s"
}
}
]
```