Socket
Book a DemoInstallSign in
Socket

homebridge-controllerlink

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-controllerlink

NodeJS connection to HomeBridgeController

latest
Source
npmnpm
Version
0.7.1
Version published
Maintainers
1
Created
Source

Provides a link for the HomeBridge Controller app to HomeBridge

This repository contains the HomeBridge Controller Link plugin for homebridge, which allows the HomeBridge Controller app a way to interact with your homebridge, no matter where on the local network it is installed. For more information, please see the main GitHub repo.

Installation

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

Configuration

Configuration sample:

"platforms": [
   	{
   		"platform": "HomeBridgeControllerLink",
   		"restartStyle": "respawn",
   		"disableAutoRestart": false,
   		"disableLogger": false
   	}
   ],

"restartStyle" - Optional config to specify how the restart should be handled: - "respawn" (default) : Spawns a new instance of homebridge when restarted - "stopOnly" : Only shutsdown and then exits with exitCode 1 "disableAutoRestart" - Optional config that can disable auto restarting homebridge when an unhandled error occurs (which will cause homebridge to crash) "disableLogger" - Optional config that can disable the automatic file logging as well as the streaming of the logs

Keywords

homebridge-plugin

FAQs

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