@tikoci/centrs
    Preparing search index...

    Interface DevicesShowItem

    interface DevicesShowItem {
        cdbRecordIndex: number;
        comment: string;
        commentMirror: string;
        flags: number;
        group: string;
        location?: DeviceLocation;
        password: string;
        profile: string;
        recordType: number;
        recordTypeName: string;
        romonAgent: string;
        savedPassword: boolean;
        session: string;
        source?: string;
        sources?: Record<string, SettingSource>;
        target: string;
        user: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cdbRecordIndex: number
    comment: string
    commentMirror: string
    flags: number
    group: string
    location?: DeviceLocation

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

    password: string
    profile: string
    recordType: number
    recordTypeName: string
    romonAgent: string
    savedPassword: boolean
    session: string
    source?: string
    sources?: Record<string, SettingSource>
    target: string
    user: string