
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
homebridge-multiple-switch
Advanced tools
A lightweight Homebridge plugin that lets you create multiple customizable dummy switches under a single accessory — configurable as Switch, Outlet, Lightbulb, or Fan.
Supports Independent, Master, and Single switch modes.
switch, outlet, lightbulb, or fanInstall via Homebridge UI:
homebridge-multiple-switchOr install via terminal:
npm install -g homebridge-multiple-switch
Configure from Homebridge UI or manually edit config.json:
{
"platform": "MultipleSwitchPlatform",
"name": "Multiple Switches",
"switchBehavior": "single",
"switches": [
{
"name": "Heater",
"type": "outlet",
"defaultState": true,
"delayOff": 10000
},
{
"name": "Fan",
"type": "fan"
},
{
"name": "Light",
"type": "lightbulb",
"delayOff": 5000
}
]
}
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name of the platform instance |
switchBehavior | string | No | independent, master, or single |
switches | array | Yes | List of switches to create |
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name of the switch |
type | string | No | switch, outlet, lightbulb, or fan |
defaultState | boolean | No | Initial power state (default: false) |
delayOff | number | No | Auto turn off after N milliseconds (default: 0) |
MIT © Azad Aydınlı
FAQs
Multiple switch platform for Homebridge
We found that homebridge-multiple-switch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.