Socket
Book a DemoInstallSign in
Socket

homebridge-switchbot-button-presser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-switchbot-button-presser

Homebridge integration for the SwitchBot Button Presser

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Homebridge SwitchBot Button Presser

A Homebridge plugin for SwitchBot Button Presser.

Requirements

  • Currently only Linux is supported
  • gatttool needs to be installed

Installation

Install the npm package:

sudo npm install -g homebridge-switchbot-button-presser

Find your SwitchBot's MAC address (BLE MAC) with the official iOS/Android app, and add an accessory definition via the plugin options or manually in ~/.homebridge/config.json:

{
  "accessories": [
    {
      "accessory": "SwitchBotButtonPresser",
      "name": "Coffee Machine",
      "macAddress": "01:23:45:67:89:AB",
      "stateful": false
    }
  ]
}

Keywords

homebridge-plugin

FAQs

Package last updated on 20 May 2020

Did you know?

Socket

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.

Install

Related posts