homebridge-stagekit
v1.2.4
Published
Homebridge Plugin for the RockBand StageKit
Downloads
7
Maintainers
Readme
homebridge-stagekit
Homebridge Plugin for the RockBand StageKit. Currently only supports Linux.
Installation
- Install Homebridge using the official instructions.
- Install this plugin using
sudo npm install -g homebridge-stagekit --unsafe-perm
. - Update your configuration file. See configuration sample below.
Configuration
Edit your config.json
accordingly. Configuration sample:
"platforms": [{
"platform": "stagekit",
"fog_pulse_seconds": 1,
"party_mode_seconds": 0.5,
"random_leds": true
}]
| Fields | Description | Required |
|----------------------|---------------------------------------------------------------------------------|----------|
| platform | Must always be stagekit
. | Yes |
| eventfile | The eventfile that represents the StageKit. (Default: Search for StageKit) | No |
| fog_pulse_seconds | If set, the fog machine will only run for set number of seconds. | No |
| party_mode_seconds | If set, enables party mode switch, changing every set number of seconds. | No |
| random_leds | Choose LEDs randomly instead of sequentially. | No |