Socket
Book a DemoInstallSign in
Socket

homebridge-gpio-ledstrip

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-gpio-ledstrip

Raspberry Pi GPIO based LED Strip plugin for Homebridge

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
2
Created
Source

homebridge-gpio-ledstrip

RPi GPIO based LED Strip plugin for Homebridge

Installation

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

Configuration

Configuration sample:

   "accessories": [
     {
       "accessory": "GPIORGBLEDStrip",
       "name": "Kitchen Cabinet Strip",
       "redPin": 22,
       "greenPin": 27,
       "bluePin": 17
     }
   ]

Fields:

  • "accessory": Must always be "GPIORGBLEDStrip" (required)
  • "name": Can be anything (required)
  • "redPin": GPIO pin that is used to set red value (required)
  • "greenPin": GPIO pin that is used to set green value (required)
  • "bluePin": GPIO pin that is used to set blue value (required)

Keywords

homebridge-plugin

FAQs

Package last updated on 13 Nov 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