homebridge-satellite-fan
Version:
Plugin for homebridge that connects to a Satellite Fan control module: https://www.fan-light.com
28 lines (27 loc) • 730 B
JSON
{
"name": "homebridge-satellite-fan",
"description": "Plugin for homebridge that connects to a Satellite Fan control module: https://www.fan-light.com",
"author": "Zachary Waldowski <zach@waldowski.me> (https://waldowski.me)",
"version": "0.2.3",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"bluetooth",
"ble",
"ceiling-fan"
],
"repository": {
"type": "git",
"url": "git://github.com/zwaldowski/homebridge-satellite-fan.git"
},
"bugs": {
"url": "https://github.com/zwaldowski/homebridge-satellite-fan/issues"
},
"engines": {
"node": ">=4.8.0",
"homebridge": ">=0.4.0"
},
"dependencies": {
"noble": "git+https://git@github.com/lockitron/noble.git"
}
}