Socket
Socket
Sign inDemoInstall

homebridge-amazondash

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-amazondash

Amazon Dash plugin for homebridge: https://github.com/nfarina/homebridge


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-amazondash

Amazon Dash plugin for Homebridge

As of iOS 10.2, Apple's Home app still don't support programable switch. Please use third party HomeKit app like Home or Hesperus to setup automation.

Installation

  1. Follow the instruction to setup node-dash-button and figure out the MAC Address of the Dash Button.
  2. Install this plugin using: npm install -g homebridge-amazondash
  3. Update configuration file or use Homebridge's configuration service on iOS device to setup plugin.
  4. Run Homebridge with elevated privileges.

Config.json Example

{
  "platform": "AmazonDash",
  "buttons": [
    {
      "name": "Dash Blue",
      "mac": "74:c2:46:0a:f9:3f"
    },
    {
      "name": "Dash Orange",
      "mac": "10:ae:60:4d:6a:0b"
    }
  ]
}

Keywords

FAQs

Package last updated on 06 Sep 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc