Skip to content

HTTP controlled garage door accessory plugin for Homebridge

Notifications You must be signed in to change notification settings

Joead/homebridge-httpdoor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HTTP controlled garage door accessory plugin for Homebridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%