Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-exoy

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-exoy

A Homebridge plugin for the Exoy One

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Homebridge Exoy One

A simple Homebridge plugin for the Exoy One Light.

Installation

You can install the plugin either using the Homebridge Web UI or using the command line:

npm install -g homebridge-exoy

To use the plugin, it must be configured. This is a minimal working configuration:

{
"bridge": {
    ....
},
"accessories": [],
"platforms": [
    {
        "platform": "ExoyOneLights",
        "name": "Exoy One Light",
    }
  ]
}

Settings

Further settings are available to configure. This is a complete configuration:

{
	"bridge": {
		// ....
	},
	"accessories": [],
	"platforms": [
		{
			"name": "Exoy One Lights",
			"pollingRate": 1000,
			"useIP": false,
			"platform": "ExoyOneLights"
		}
	]
}
  • name is the name of the plugin to appear in the log file. Defaults to Exoy One Lights.
  • pollingRate is the rate at which to poll the lights for changes in milliseconds. Defaults to 1000.
  • useIP enables the usage of IP addresses instead of hostnames to connect to the lights. Defaults to false. Should only be turned on if you experience connection issues.

All settings can conveniently configured using the Homebridge Web UI.

Keywords

FAQs

Package last updated on 14 Aug 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc