node-dmx
    Preparing search index...

    Type Alias Personality

    One operating mode/personality of a fixture model.

    type Personality = {
        channels: number;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    channels: number

    Number of DMX channels consumed in this personality.

    id: string

    Stable identifier used in code.

    name: string

    Human-readable name shown in UIs/docs.