1.2.4 • Published 2 years ago

homebridge-stagekit v1.2.4

Weekly downloads
6
License
GPL-2.0-or-later
Repository
github
Last release
2 years ago

homebridge-stagekit

npm npm verified-by-homebridge

Homebridge Plugin for the RockBand StageKit. Currently only supports Linux.

Installation

  1. Install Homebridge using the official instructions.
  2. Install this plugin using sudo npm install -g homebridge-stagekit --unsafe-perm.
  3. 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
}]
FieldsDescriptionRequired
platformMust always be stagekit.Yes
eventfileThe eventfile that represents the StageKit. (Default: Search for StageKit)No
fog_pulse_secondsIf set, the fog machine will only run for set number of seconds.No
party_mode_secondsIf set, enables party mode switch, changing every set number of seconds.No
random_ledsChoose LEDs randomly instead of sequentially.No
1.2.4

2 years ago

1.2.3

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago