Interface ExtendedModuleInfo

Extended modules info written to separate 'ModulesInfo.json' file.

interface ExtendedModuleInfo {
    event: "ModuleInfo";
    Modules: { Item: string; Power?: number; Priority?: number; Slot: string }[];
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "ModuleInfo"

The type of event.

Modules: { Item: string; Power?: number; Priority?: number; Slot: string }[]
timestamp: string

The time in GMT, ISO 8601.