@kayahr/ed-journal

    Interface ReservoirReplenished

    Base interface shared by all journal event types.

    interface ReservoirReplenished {
        event: "ReservoirReplenished";
        FuelMain: number;
        FuelReservoir: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "ReservoirReplenished"

    The type of event.

    FuelMain: number
    FuelReservoir: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR