Interface ReservoirReplenished

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "ReservoirReplenished"

The type of event.

FuelMain: number
FuelReservoir: number
timestamp: string

The time in GMT, ISO 8601.