Canboat ts-pgns
    Preparing search index...

    Interface PGN_130563Interface

    PGN: 130563

    Description: Lighting Device

    Explanation: This PGN is used to provide status and capabilities of a lighting device. A lighting device may be a virtual device connected to a lighting controller or physical device on the network.

    interface PGN_130563Interface {
        description?: string;
        dst: number;
        fields: PGN_130563Fields;
        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