0.7.1 • Published 7 years ago

homebridge-controllerlink v0.7.1

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

7 years ago

0.7.1-alpha.3

7 years ago

0.7.1-alpha.2

7 years ago

0.7.1-alpha.1

7 years ago

0.7.0

8 years ago

0.6.4

8 years ago

0.6.3

8 years ago

0.6.3-alpha02

8 years ago

0.6.3-alpha

8 years ago

0.6.2

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago