Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
homebridge-misfit-bolt
Advanced tools
Misfit Bolt plugin for Homebridge. Let you control your Misfit Bolt via HomeKit / Siri.
npm install -g homebridge
npm install -g homebridge-misfit-bolt
After installing the plugin, you can run the following command if you want to generate your configuration automatically. This script helps finding surrounding Bolts, and outputs the required JSON configuration.
/usr/local/lib/node_modules/homebridge-misfit-bolt/generate-config
"platforms": [
{
"platform": "MisfitBolt",
"name": "MisfitBolt",
"accessories": [{
"id": "1fd6828fedbd431aa38f48683b1ed92a",
"name": "Bolt",
"timeout": 500,
"disconnectTimeout": 5000
}]
}
]
id
Identifier of your Misfit Bolt.
On Linux, this corresponds to the bluetooth address of the bulb. You can find out your identifier using the following command:
$ sudo hcitool lescan
LE Scan ...
20:33:8F:8A:FA:AC MFBOLT
will become in your config:
{
"id": "20338f8afaac",
"name": "Bolt"
}
Note:
On OSX, the id
field is a UUID which differs from the bluetooth address.
name
Name of your Bolt, as you want it to appear in your Homekit supported app.
timeout
(in milliseconds, optional, default to 1000
)Time after which homebridge will abort any pending interaction with the bulb, such as connecting or setting values.
disconnectTimeout
(in milliseconds, optional, default to 10000
)Time after which homebridge will disconnect from the bulb. Useful if you want to keep using the original Misfit Bolt app in parallel of using homebridge. Next time a command is sent via homebridge, a reconnection will be attempted.
misfit-bolt
module.FAQs
Misfit Bolt plugin for homebridge
The npm package homebridge-misfit-bolt receives a total of 0 weekly downloads. As such, homebridge-misfit-bolt popularity was classified as not popular.
We found that homebridge-misfit-bolt 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.