1.0.10 • Published 10 years ago

homebridge-photon-garagedoor v1.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago