homebridge-fakebulb
v0.0.3
Published
Fake bulb plugin for homebridge: https://github.com/nfarina/homebridge
Readme
homebridge-fakebulb
Simulates a (fake) light bulb device on HomeBridge Platform
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-fakebulb
- Update your configuration file. See sample-config.json in this repository for a sample.
Configuration
Configuration sample:
"accessories": [
{
"accessory": "FakeBulb",
"name": "Test lamp",
"bulb_name": "Lamp1"
}
]
