Interface ExtendedModuleInfo

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

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

Hierarchy (view full)

Properties

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

Type declaration

  • Item: string
  • Power: number
  • Optional Priority?: number
  • Slot: string
event: "ModuleInfo"

The type of event.

timestamp: string

The time in GMT, ISO 8601.