UNPKG

homebridge-433-arduino

Version:

Add bidirectional support for 433MHz switches to Homebridge using Arduino or ESP hardware.

38 lines (37 loc) 947 B
{ "name": "homebridge-433-arduino", "version": "0.12.3", "description": "Add bidirectional support for 433MHz switches to Homebridge using Arduino or ESP hardware.", "main": "index.js", "scripts": { "test": "./node_modules/homebridge/bin/homebridge -P ./ -I -U ./.homebridge" }, "repository": { "type": "git", "url": "git+https://github.com/normen/homebridge-433-arduino.git" }, "keywords": [ "homebridge-plugin", "433", "rcswitch" ], "author": "Normen Hansen", "license": "MIT", "bugs": { "url": "https://github.com/normen/homebridge-433-arduino/issues" }, "homepage": "https://github.com/normen/homebridge-433-arduino#readme", "engines": { "homebridge": ">=0.4.0", "node": ">=0.12.0" }, "dependencies": { "bufferutil": "^4.0.1", "serialport": "^9.0.2", "utf-8-validate": "^5.0.2", "ws": "^7.2.1" }, "devDependencies": { "homebridge": "^1.0.0" } }