1.0.4 • Published 8 years ago

homebridge-httpdoor v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago