Interface ScanOrganic

Base interface shared by all journal event types.

interface ScanOrganic {
    Body: number;
    event: "ScanOrganic";
    Genus: string;
    Genus_Localised: string;
    ScanType: string;
    Species: string;
    Species_Localised: string;
    SystemAddress: number;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Body: number
event: "ScanOrganic"

The type of event.

Genus: string
Genus_Localised: string
ScanType: string
Species: string
Species_Localised: string
SystemAddress: number
timestamp: string

The time in GMT, ISO 8601.