@tikoci/centrs
    Preparing search index...

    Interface DevicesListItem

    interface DevicesListItem {
        cdbRecordIndex: number;
        group: string;
        location?: DeviceLocation;
        recordType: number;
        recordTypeName: string;
        source?: string;
        sources?: Record<string, SettingSource>;
        target: string;
        user: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cdbRecordIndex: number
    group: string
    location?: DeviceLocation

    GPS location, parsed from the lat/lon/altitude/altitude-type comment facts (issue #146).

    recordType: number
    recordTypeName: string
    source?: string
    sources?: Record<string, SettingSource>
    target: string
    user: string