Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

homebridge-abode

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-abode

Abode Plugin for homebridge

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
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

homebridge-plugin

FAQs

Package last updated on 25 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