Socket
Socket
Sign inDemoInstall

homebridge-abode

Package Overview
Dependencies
3
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-abode

Abode Plugin for homebridge


Version published
Weekly downloads
1
Maintainers
1
Install size
624 kB
Created
Weekly downloads
 

Readme

Source

homebridge-abode

Homebridge plugin that supports commands for arming and disarming the abode alarm system

Installation

npm i -g homebridge-abode

Configuration

Configuration sample:

"accessories": [
    {
        "accessory":      "Garage",
            "name":           "The Garage",
            "abode": {
                "username":      "",
                "password":      "",
            }
    }
]

Abode API

I created and am using abode-api to control the alam to get the status of the door contact in my other library homebridge-abode-garage.

You need to specify your abode login credentials in the configuration file.

Keywords

FAQs

Last updated on 25 Sep 2017

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc