Socket
Book a DemoInstallSign in
Socket

homebridge-lono

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-lono

Lono sprinkler system plugin for HomeBridge

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

homebridge-lono

Lono sprinkler system plugin for HomeBridge

This repository contains the Lono sprinkler system plugin for homebridge.

Installation

  • Install homebridge using: npm install -g homebridge
  • Install this plugin using: npm install -g homebridge-lono
  • Update your configuration file. See sample-config.json snippet below.

Configuration

Configuration sample:

"platforms": [
   	{
   		"platform": "Lono",
   		"name": "Lono",
           "client_id": "client id",
           "client_secret": "client secret",
           "auth_token": "auth token",
           "device_id": "device id"
   	}
   ],

Fields:

  • "platform": Must always be "Lono" (required)
  • "name": Can be anything (required)
  • "client_id": Lono OAuth client id (required)
  • "client_secret": Lono OAuth client id (required)
  • "auth_token": Specify the auth token here. This is shown on the Dev Settings page right under client secret for a single-user application.
  • "device_id": The device id of the Lono to be controlled

Keywords

homebridge-plugin

FAQs

Package last updated on 04 Dec 2015

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