1.2.1-0 • Published 7 years ago

homebridge-trackpin v1.2.1-0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

homebridge-trackpin

Trackpin Garage Door status plugin

This plugin is designed to get status from the TrackPin (http://trackpin.com/) garage door opener system.

This system does not provide the ability to trigger the garage door remotely so this plugin is only designed to get the status of the garage door.

Install the plugin: $ npm install homebridge-trackpin -g

Example config.json:

"accessories": [
    {
        "accessory": "TRACKPIN",
        "name": "Garage Door",
        "email": "email@abc.com",
        "password": "secret",
        "interval": 10000,
        "pins": ["Family", "Cleaners"]
    }
]

pins is an optional array of a list of pins you would like to expose to homekit. interval is an optional parameter. By default the plugin will poll the garage door every 5 seconds, if you want it different this setting is in milliseconds.

Standard - JavaScript Style Guide

1.2.1-0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago