homebridge-systemair-ventilator
Version:
A Homebridge 2 plugin for controlling Systemair Ventilators.
36 lines (35 loc) • 966 B
JSON
{
"name": "homebridge-systemair-ventilator",
"version": "1.1.24",
"description": "A Homebridge 2 plugin for controlling Systemair Ventilators.",
"main": "index.js",
"scripts": {
"test": "node -c index.js"
},
"author": "Eric Barton eric.alexander.barton@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wdpk88/homebridge-systemair-ventilator.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"systemair",
"ventilator",
"fan",
"thermostat"
],
"engines": {
"node": ">=22.0.0",
"homebridge": ">=2.0.0"
},
"dependencies": {
"axios": "^1.8.4"
},
"homebridge": {
"pluginAlias": "SystemairVentilator",
"pluginType": "accessory",
"icon": "https://raw.githubusercontent.com/wdpk88/homebridge-systemair-ventilator/master/icon.png"
}
}