
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
homebridge-udp-multiswitch
Advanced tools
Simple UDP switches for Homebridge - stateful and radio-button/multi-switch (forked from homebridge-http-multiswitch)
Simple UDP switches for Homebridge - stateful and radio-button/multi-switch switches
*Forked from homebridge-http-homebridge
Meant to be used as a standard on/off switch. Light, projector, fan, etc.
{
"accessory": "UdpMultiswitch",
"switch_type": "Switch",
"name": "My Projector",
"host": "192.168.0.X",
"port": 80,
"on_payload": "[YOUR_UDP_ON_PAYLOAD]",
"off_payload": "[YOUR_UDP_OFF_PAYLOAD]"
}
Meant to be used as a switcher, where only one device is ever on. Automaticaly set power state as off for the other devices.
{
"accessory": "UdpMultiswitch",
"switch_type": "Multiswitch",
"name": "My Multiswitch",
"host": "192.168.0.X",
"port": 80,
"multiswitch": [
{ "name": "Apple TV Mode", "payload" : "43" },
{ "name": "PC Mode", "payload" : "42786sdf787" },
{ "name": "Android", "payload" : "l1479461871215" },
]
}
Parameter | Description | Required |
---|---|---|
name | name of the accessory | |
switch_type | Switch or Multiswitch | β |
host | endpoint for whatever is receiving these requests | β |
port | 80 (default) | |
on_payload (only Switch) | payload for the on state | β |
off_payload (only Switch) | payload for the off state | β |
multiswitch (only Multiswitch) | list of inputs for the Multiswitch - order is respected | β |
"port" : "80"
)npm install -g homebridge
npm install -g homebridge-udp-multiswitch
FAQs
Simple UDP switches for Homebridge - stateful and radio-button/multi-switch (forked from homebridge-http-multiswitch)
The npm package homebridge-udp-multiswitch receives a total of 1 weekly downloads. As such, homebridge-udp-multiswitch popularity was classified as not popular.
We found that homebridge-udp-multiswitch demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.