Canboat ts-pgns
    Preparing search index...

    Interface PGN_127495Interface

    PGN: 127495

    Description: Electric Energy Storage Information

    Explanation: This PGN is used to provide the status on power storage sources such as batteries.This PGN is new in v3.0 and has not been observed yet; field lengths and precisions are guesses.

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