Canboat ts-pgns
    Preparing search index...

    Interface PGN_130564Interface

    PGN: 130564

    Description: Lighting Device Enumeration

    Explanation: This PGN allows for enumeration of the lighting devices on the controller.

    interface PGN_130564Interface {
        description?: string;
        dst: number;
        fields: PGN_130564Fields;
        input?: string[];
        pgn: number;
        prio: number;
        src?: number;
        timestamp?: string;
        getDefinition(): Definition;
    }

    Hierarchy

    Implemented by

    Index

    Properties

    description?: string
    dst: number
    input?: string[]
    pgn: number
    prio: number
    src?: number
    timestamp?: string

    Methods