@kayahr/ed-journal

    Interface FSSDiscoveryScan

    Written when performing a full system scan ("Honk")

    interface FSSDiscoveryScan {
        BodyCount: number;
        event: "FSSDiscoveryScan";
        NonBodyCount: number;
        Progress: number;
        SystemAddress?: number;
        SystemName?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    BodyCount: number

    Number of stellar bodies in system.

    event: "FSSDiscoveryScan"

    The type of event.

    NonBodyCount: number

    Number of non-body signals found.

    Progress: number

    A value in range 0-1 showing how completely the system has been scanned.

    SystemAddress?: number
    SystemName?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR