UNPKG

homebridge-mqtt-phicomm-dc1-powerstrip

Version:

A Homebridge plugin to create a power strip for Phicomm DC1 through MQTT.

37 lines (36 loc) 900 B
{ "name": "homebridge-mqtt-phicomm-dc1-powerstrip", "version": "1.1.1", "description": "A Homebridge plugin to create a power strip for Phicomm DC1 through MQTT.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/seanzhang98/homebridge-mqtt-Phicomm-DC1.git" }, "bugs": { "url": "https://github.com/seanzhang98/homebridge-mqtt-Phicomm-DC1/issues" }, "homepage": "https://github.com/seanzhang98/homebridge-mqtt-Phicomm-DC1#readme", "keywords": [ "homebridge", "homebridge-plugin", "Phicomm", "DC1", "powerstrip" ], "engines": { "node": ">=10.17.0", "homebridge": ">=0.2.0" }, "author": "SeanZhang98", "license": "ISC", "dependencies": { "mqtt": "^4.2.8" }, "devDependencies": { "homebridge": "^1.1.0" } }