homebridge-gpio-ledstrip-white-only
v0.0.3
Published
Raspberry Pi GPIO based LED Strip plugin for Homebridge but white only
Downloads
2
Maintainers
Readme
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-white-only
- Update your configuration file. See sample config.json snippet below.
Configuration
Configuration sample:
"accessories": [
{
"accessory": "GPIOWhiteLEDStrip",
"name": "Kitchen Cabinet Strip",
"pin": 22
}
]
Fields:
- "accessory": Must always be "GPIORGBLEDStrip" (required)
- "name": Can be anything (required)
- "pin": GPIO pin that is used to set value (required)