Interface VehicleSwitch

Base interface shared by all journal event types.

interface VehicleSwitch {
    event: "VehicleSwitch";
    timestamp: string;
    To?: string;
}

Hierarchy (View Summary)

Properties

Properties

event: "VehicleSwitch"

The type of event.

timestamp: string

The time in GMT, ISO 8601.

To?: string