Canboat ts-pgns
    Preparing search index...

    Interface PGN_130561Interface

    PGN: 130561

    Description: Lighting Zone

    Explanation: This PGN is used to report or configure a name for a given zone. A zone is a grouping of devices that are controlled by a Scene. This PGN is only sent upon request.

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