Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
homebridge-blinds-udp
Advanced tools
A Homebridge plugin to control blinds trough UDP packets - inspired by Homebridge-NooLite-HTTP-Blinds by JenRus
Control your Blinds through UDP packets
*inspired by Homebridge-NooLite-HTTP-Blinds by JenRus
{
"accessory": "BlindsUDP",
"name": "My Blinds",
"host": "192.168.0.X",
"port": 80,
"up_payload": "874652395hjui4d98523",
"down_payload": "8932y4123545j5k245325",
"stop_payload": "43523632641512",
"motion_time": "5000"
}
Parameter | Description | Required |
---|---|---|
name | name of the accessory | ✓ |
host | endpoint for whatever is receiving these requests | ✓ |
port | port of destination | ✓ |
up_payload | payload for the up state (open) | ✓ |
down_payload | payload for the down state (close) | ✓ |
stop_payload | payload for the stop state | ✓ |
motion_time | time which your blind needs to move from up to down (ms) | ✓ |
npm install -g homebridge
npm install -g homebridge-blinds-udp
FAQs
A Homebridge plugin to control blinds trough UDP packets - inspired by Homebridge-NooLite-HTTP-Blinds by JenRus
The npm package homebridge-blinds-udp receives a total of 7 weekly downloads. As such, homebridge-blinds-udp popularity was classified as not popular.
We found that homebridge-blinds-udp 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.