UNPKG

homebridge-systemair-ventilator

Version:

A Homebridge plugin for controlling Systemair Ventilators.

37 lines (36 loc) 916 B
{ "name": "homebridge-systemair-ventilator", "version": "1.1.14", "description": "A Homebridge plugin for controlling Systemair Ventilators.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Eric Barton eric.alexander.barton@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wdpk88/homebridge-systemair-ventilator.git" }, "keywords": [ "homebridge-plugin", "homebridge", "systemair", "ventilator", "fan", "thermostat" ], "engines": { "node": ">=12.0.0", "homebridge": ">=2.0.0" }, "dependencies": { "axios": "^1.4.0", "cheerio": "^1.0.0" }, "homebridge": { "pluginAlias": "SystemairVentilator", "pluginType": "accessory", "icon": "https://raw.githubusercontent.com/wdpk88/homebridge-systemair-ventilator/master/icon.png" } }