@ginden/blinkstick-v2
    Preparing search index...

    Type Alias BlinkstickDeviceDefinition

    Simple type that describes a Blinkstick device.

    type BlinkstickDeviceDefinition = {
        ledCount: number;
        variableLedCount?: boolean;
    }
    Index

    Properties

    ledCount: number
    variableLedCount?: boolean