homebridge-garagedoor-iologik
Version:
A Homebridge plugin that connects Hörmann Supramatic garage doors to Apple HomeKit
61 lines (60 loc) • 1.56 kB
JSON
{
"name": "homebridge-garagedoor-iologik",
"displayName": "GarageDoor",
"version": "1.0.4",
"description": "A Homebridge plugin that connects Hörmann Supramatic garage doors to Apple HomeKit",
"license": "ISC",
"keywords": [
"Homebridge",
"homebridge-plugin",
"Hormann",
"Hörmann",
"Supramatic",
"UAP1",
"Moxa",
"ioLogik",
"E1214",
"garage",
"door",
"garagedoor",
"opener"
],
"author": {
"name": "Alexander Thoukydides",
"url": "https://www.thouky.co.uk/"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/thoukydides"
},
{
"type": "paypal",
"url": "https://paypal.me/thoukydides"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/thouky"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/thouky"
}
],
"repository": {
"type": "git",
"url": "git://github.com/thoukydides/homebridge-garagedoor-iologik.git"
},
"bugs": {
"url": "https://github.com/thoukydides/homebridge-garagedoor-iologik/issues"
},
"main": "index.js",
"engines": {
"node": "^26.1.0 || ^24.14.1 || ^22.22.2 || ^20.20.2",
"homebridge": "^1.11.4 || ^2.0.2"
},
"dependencies": {
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
}
}