Skip to content

syug/homebridge-rolling-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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