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

    Interface SAASignalsFound

    Written when using SAA scanner on a planet or rings.

    interface SAASignalsFound {
        BodyID: ID;
        BodyName: string;
        event: "SAASignalsFound";
        Genuses?: { Genus: string; Genus_Localised: string }[];
        Signals: { Count: number; Type: string; Type_Localised?: string }[];
        SystemAddress: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    BodyID: ID
    BodyName: string
    event: "SAASignalsFound"

    The type of event.

    Genuses?: { Genus: string; Genus_Localised: string }[]
    Signals: { Count: number; Type: string; Type_Localised?: string }[]
    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.