homebridge-multiple-switch
Version:
Multiple switch platform for Homebridge
32 lines • 735 B
JSON
{
"name": "homebridge-multiple-switch",
"version": "1.2.0",
"description": "Multiple switch platform for Homebridge",
"homepage": "https://github.com/azadaydinli/homebridge-multiple-switch",
"main": "index.js",
"author": "Azad Aydınlı",
"license": "ISC",
"bugs": {
"url": "https://github.com/azadaydinli/homebridge-multiple-switch/issues"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"switch",
"outlet",
"lightbulb",
"fan",
"dummy",
"multiple",
"platform"
],
"repository": {
"type": "git",
"url": "https://github.com/azadaydinli/homebridge-multiple-switch.git"
},
"engines": {
"node": ">=14.17.0",
"homebridge": ">=1.3.0"
}
}