0.0.2 • Published 8 years ago

homebridge-rolling-spider v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

homebridge-rolling-spider

A plugin for nfarina/homebridge which support Parrot Rolling Spider, using voodootikigod/node-rolling-spider.

Installation

  1. Install homebridge and this plugin using: sudo npm install -g homebridge homebridge-rolling-spider

  2. Update your configuration file. See the sample below.

Configuration

Configuration sample:

"accessories": [
	{
		"accessory": "RollingSpider",
		"name": "drone",
		"uuid": ""
	}
]

UUID is an optional value, typically leave it blank and your drone will be found automatically by node-rolling-spider. If you want to discover and specify your UUID, use Discovery Tool. See more details in voodootikigod/node-rolling-spider.

Acknowledgement

0.0.2

8 years ago

0.0.1

8 years ago