Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
homebridge-broadlink-s1c
Advanced tools
Homebridge plugin for Broadlink S1C - SmartOne Alarm Kit
Broadlink S1C plugin for Homebridge. This plugins only reads the status of the current sensors. no ability to control the alarm state (yet).
Inspired and forked from homebridge-broadlink-platform By @smka
digital envelope routines:EVP_DecryptFinal
error and improve stability and responseClick here to review more of my plugins.
(sudo) npm install -g homebridge
(sudo) npm install -g homebridge-broadlink-s1c
config-sample.json
."platforms": [
{
"platform": "broadlinkS1C",
"name": "S1C",
"ip": "10.0.0.X",
"stayMode": "disarm",
"awayMode": "full_arm",
"nightMode": "part_arm",
"alarmSound": true,
"notificationSound": false,
"motionTimeout": 30
}
],
Parameter | Description | Required | Default |
---|---|---|---|
platform | always "broadlinkS1C" | ✓ | - |
name | name of the Platform / Host | ✓ | - |
ip | The ip address of the device. (use either ip or mac address) | or mac | - |
mac | The mac address of the device. (use either ip or mac address) | or ip | - |
stayMode | "disarm" / "full_arm" / "part_arm" On HomeKit Stay | "disarm" | |
awayMode | "disarm" / "full_arm" / "part_arm" On HomeKit Away | "full_arm" | |
nightMode | "disarm" / "full_arm" / "part_arm" On HomeKit Night | "part_arm" | |
alarmSound | true / false - set the alarm sound when triggered | true | |
useFanSpeed | true / false - set the beep sound on sensors notification | false | |
motionTimeout | Time in seconds of which motion sensor can be retriggered** | 30 |
** any vaue for the motionTimeout less than 30 seconds will be retriggered always since it's the minimum delay than can be set in the broadlink app, most recommeneded to set it for 30s delay instead of the default 6 minutes.
FAQs
Homebridge plugin for Broadlink S1C - SmartOne Alarm Kit
The npm package homebridge-broadlink-s1c receives a total of 0 weekly downloads. As such, homebridge-broadlink-s1c popularity was classified as not popular.
We found that homebridge-broadlink-s1c 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.