homebridge-rcswitch-pulselength
Version:
A Homebridge plugin for controlling rc 433mhz switches with custom pulse lenght via iOS devices.
39 lines (38 loc) • 929 B
JSON
{
"name": "homebridge-rcswitch-pulselength",
"version": "1.1.0",
"description": "A Homebridge plugin for controlling rc 433mhz switches with custom pulse lenght via iOS devices. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Uweklaus/homebridge-rcswitch-pulselength"
},
"bugs": {
"url": "https://github.com/Uweklaus/homebridge-rcswitch-pulselength/issues"
},
"devDependencies": {},
"dependencies": {
"rpi-433": "^2.1.0",
"wiring-pi": "^2.2.0"
},
"engines": {
"node": ">=6.9.2",
"homebridge": ">=0.2.0"
},
"keywords": [
"rcswitch",
"raspberry",
"433",
"pi",
"siri",
"homebridge",
"homebridge-plugin",
"ios",
"homekit"
],
"author": "Christopher Neuwirth/Uwe Klaus",
"license": "ISC"
}