homebridge-http-multiswitch
Version:
Simple HTTP switches for Homebridge - stateful and radio-button/multi-switch (forked from homebridge-switcheroo)
28 lines (27 loc) • 758 B
JSON
{
"name": "homebridge-http-multiswitch",
"version": "1.0.6",
"author": "nitaybz",
"description": "Simple HTTP switches for Homebridge - stateful and radio-button/multi-switch (forked from homebridge-switcheroo)",
"license": "MIT",
"homepage": "https://github.com/nitaybz/homebridge-http-multiswitch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nitaybz/homebridge-http-multiswitch.git"
},
"keywords": [
"homebridge-plugin",
"multiswitch",
"switch",
"radio"
],
"main": "index.js",
"engines": {
"node": "^22.10.0 || ^24.0.0",
"homebridge": "^1.8.0 || ^2.0.0"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/nitaybz/homebridge-http-multiswitch/issues"
}
}