homebridge-enlighten-power
Version:
This plugin simulates a CO2 air quality accessory that you can switch to the "detected" state when the power produced by your Envoy solar system reaches a threshold.
26 lines • 688 B
JSON
{
"name": "homebridge-enlighten-power",
"version": "1.1.3",
"main": "index.js",
"description": "This plugin simulates a CO2 air quality accessory that you can switch to the \"detected\" state when the power produced by your Envoy solar system reaches a threshold.",
"author": {
"name": "LeJeko"
},
"keywords": [
"homebridge-plugin",
"enlighten",
"envoy",
"solar",
"power"
],
"repository": {
"type": "git",
"url": "https://github.com/LeJeko/homebridge-enlighten-power"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
}
}