UNPKG

@potterdai/homebridge-am43-blinds

Version:

A homebridge plugin to control AM43 based shade motors in HomeKit. These include the A OK and Zemismart bluetooth based motors. This plugin requires a Homebridge host that supports Bluetooth 4.0

40 lines (39 loc) 876 B
{ "name": "@potterdai/homebridge-am43-blinds", "version": "0.4.3", "description": "A homebridge plugin to control AM43 based shade motors in HomeKit. These include the A OK and Zemismart bluetooth based motors. This plugin requires a Homebridge host that supports Bluetooth 4.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "slide", "homebridge-plugin", "homekit", "blind", "shade", "motor", "am43", "zemismart", "a-ok" ], "engines": { "homebridge": ">0.4.46", "node": ">10.0" }, "author": "Rens Verhoeven", "license": "MIT", "dependencies": { "@abandonware/noble": "^1.9.2-23", "debug": "^4.3.4", "poll": "^1.0.1" }, "prettier": { "semi": false }, "eslintConfig": { "rules": { "prefer-const": 1 } } }