Interface DiscoveryScan

Written when using the discovery scanner, and new body discoveries are displayed in the cockpit info window. Note you can get two or three of these in a row, where some bodies are discovered by the automatic passive scan, before the active scan is complete.

interface DiscoveryScan {
    Bodies: number;
    SystemAddress: number;
    event: "DiscoveryScan";
    timestamp: string;
}

Hierarchy (view full)

Properties

Bodies: number

Number of new bodies discovered.

SystemAddress: number
event: "DiscoveryScan"

The type of event.

timestamp: string

The time in GMT, ISO 8601.