homebridge-stagekit

1.2.4 • Public • Published

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
}]
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

/homebridge-stagekit/

    Package Sidebar

    Install

    npm i homebridge-stagekit

    Weekly Downloads

    3

    Version

    1.2.4

    License

    GPL-2.0-or-later

    Unpacked Size

    62.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • sunookitsune