New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

homebridge-httpdoor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-httpdoor

HTTP controlled door accessory plugin for Homebridge

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

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

Keywords

homebridge-plugin

FAQs

Package last updated on 19 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts