1.0.4 • Published 10 years ago

homebridge-httpdoor v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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).

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago