tjbot-ce - v3.0.0
    Preparing search index...

    Interface ShineConfig

    Settings for LED hardware.

    interface ShineConfig {
        commonanode?: LEDCommonAnodeConfig;
        hasCommonAnodeLED?: boolean;
        hasNeopixelLED?: boolean;
        neopixel?: LEDNeopixelConfig;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    commonanode?: LEDCommonAnodeConfig
    hasCommonAnodeLED?: boolean

    Enables common-anode RGB LED support.

    hasNeopixelLED?: boolean

    Enables NeoPixel / WS281x LED support.