@kayahr/ed-journal
    Preparing search index...

    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;
        event: "DiscoveryScan";
        SystemAddress: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Bodies: number

    Number of new bodies discovered.

    event: "DiscoveryScan"

    The type of event.

    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.