Canboat ts-pgns
    Preparing search index...

    Interface PGN_127490Interface

    PGN: 127490

    Description: Electric Drive Status, Dynamic

    Explanation: This PGN is used to report status of Electric Drive Status control and can be used with Command Group Function (PGN Electric propulsion motor status) to command equipment.

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