0.7.1 • Published 8 years ago

homebridge-controllerlink v0.7.1

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

homebridge-controllerlink

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

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-controllerlink
  3. 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

0.7.1

8 years ago

0.7.1-alpha.3

8 years ago

0.7.1-alpha.2

8 years ago

0.7.1-alpha.1

8 years ago

0.7.0

9 years ago

0.6.4

9 years ago

0.6.3

9 years ago

0.6.3-alpha02

9 years ago

0.6.3-alpha

9 years ago

0.6.2

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago