1.0.10 • Published 8 years ago

homebridge-photon-garagedoor v1.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

homebridge-photon-garagedoor

npm.io

HD video: https://youtu.be/2AzlH0_7FK4

Installation

NPM

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-photon-garagedoor
  3. Update your configuration file. See sample config.json snippet below.

Configuration

Configuration sample:

	"accessories": [
     {
         "accessory": "PhotonGarageDoor",
         "name": "Garage Door",
         "access_token": "<your_access_token>",
         "url": "https://api.particle.io/v1/devices/",
         "deviceid": "<your_deviceid>",
         "doorOpensInSeconds": 20,
         "doorStateChangedEventName": "doorState",
         "doorOpenCloseFunctionName": "openClose",
         "doorOpenSensorVariableName": "openSensor"
     }
 ]

Fields:

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago