This package has been deprecated

Author message:

Long outdated and doesnt work with current homebridge versions

homebridge-fake-rgb

0.0.4 • Public • Published

homebridge-fake-rgb

An homebridge plugin that create an Fake RGB Bulb HomeKit accessory

Installation

Follow the instruction in homebridge for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-fake-rgb

Configuration

Remember to configure the plugin in config.json in your home directory inside the .homebridge directory.

"accessories"[{
    "accessory": "Fake-RGB",
    "name": "RGB Bulb"
}]

Configuration parameters:

  • "accessory": "Fake-RGB",
  • "name": "PUT THE NAME OF YOUR TEST BULB HERE",

Look for a sample config in config.json example

Readme

Keywords

Package Sidebar

Install

npm i homebridge-fake-rgb

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • edjopato