Interface FSSDiscoveryScan

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

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

Hierarchy (view full)

Properties

BodyCount: number

Number of stellar bodies in system.

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
event: "FSSDiscoveryScan"

The type of event.

timestamp: string

The time in GMT, ISO 8601.