Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
homebridge-misfit-bolt
Advanced tools
Misfit Bolt plugin for Homebridge. Let you control your Misfit Bolt via HomeKit / Siri. Requires misfit-bolt-http module running as a separate program.
npm install -g homebridge
npm install -g homebridge-misfit-bolt
"platforms": [
{
"platform": "MisfitBolt",
"name": "MisfitBolt",
"accessories": [{
"id": "20338f8afaac",
"name": "Bolt",
"baseUrl": "http://localhost:3000/20338f8afaac"
}]
}
]
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 (assuming the service misfit-bolt-http
runs locally on port 3000
):
{
"id": "20338f8afaac",
"name": "Bolt",
"baseUrl": "http://localhost:3000/20338f8afaac"
}
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.
baseUrl
URL of the Bolt as exposed via misfit-bolt-http
module. See misfit-bolt-http for setup and configuration details.
FAQs
Misfit Bolt plugin for homebridge
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.