Interface FSSBodySignals

Base interface shared by all journal event types.

interface FSSBodySignals {
    BodyID: number;
    BodyName: string;
    event: "FSSBodySignals";
    Signals: { Count: number; Type: string; Type_Localised: string }[];
    SystemAddress: number;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

BodyID: number
BodyName: string
event: "FSSBodySignals"

The type of event.

Signals: { Count: number; Type: string; Type_Localised: string }[]
SystemAddress: number
timestamp: string

The time in GMT, ISO 8601.