Interface iCloudFindMyDeviceInfo

Hierarchy

  • iCloudFindMyDeviceInfo

Properties

activationLocked: boolean
audioChannels: {
    available: number;
    muted: boolean;
    name: string;
    playing: boolean;
}[]
baUUID: string
batteryLevel: number
batteryStatus: string
canWipeAfterLock: boolean
darkWake: boolean
deviceClass: string
deviceColor?: string
deviceDiscoveryId: string
deviceDisplayName: string
deviceModel: string
deviceStatus: string
deviceWithYou: boolean
encodedDeviceId: any
features: {
    ALS: boolean;
    BTR: boolean;
    CLK: boolean;
    CLT: boolean;
    CWP: boolean;
    EAL: boolean;
    KEY: boolean;
    KPD: boolean;
    LAE: boolean;
    LCK: boolean;
    LKL: boolean;
    LKM: boolean;
    LLC: boolean;
    LME: boolean;
    LMG: boolean;
    LOC: boolean;
    LST: boolean;
    LYU?: boolean;
    MCS: boolean;
    MSG: boolean;
    NWF: boolean;
    NWLB: boolean;
    PIN: boolean;
    PSS: boolean;
    REM: boolean;
    SCA?: boolean;
    SND: boolean;
    SPN: boolean;
    SVP: boolean;
    TEU: boolean;
    WIP: boolean;
    WMG: boolean;
    XRM: boolean;
}

Type declaration

  • ALS: boolean
  • BTR: boolean
  • CLK: boolean
  • CLT: boolean
  • CWP: boolean
  • EAL: boolean
  • KEY: boolean
  • KPD: boolean
  • LAE: boolean
  • LCK: boolean
  • LKL: boolean
  • LKM: boolean
  • LLC: boolean
  • LME: boolean
  • LMG: boolean
  • LOC: boolean
  • LST: boolean
  • Optional LYU?: boolean
  • MCS: boolean
  • MSG: boolean
  • NWF: boolean
  • NWLB: boolean
  • PIN: boolean
  • PSS: boolean
  • REM: boolean
  • Optional SCA?: boolean
  • SND: boolean
  • SPN: boolean
  • SVP: boolean
  • TEU: boolean
  • WIP: boolean
  • WMG: boolean
  • XRM: boolean
fmlyShare: boolean
id: string
isConsideredAccessory: boolean
isLocating: boolean
isMac: boolean
locFoundEnabled: boolean
location?: {
    altitude: number;
    floorLevel: number;
    horizontalAccuracy: number;
    isInaccurate: boolean;
    isOld: boolean;
    latitude: number;
    locationFinished: boolean;
    locationMode: any;
    locationType: string;
    longitude: number;
    positionType: string;
    secureLocation: any;
    secureLocationTs: number;
    timeStamp: number;
    verticalAccuracy: number;
}

Type declaration

  • altitude: number
  • floorLevel: number
  • horizontalAccuracy: number
  • isInaccurate: boolean
  • isOld: boolean
  • latitude: number
  • locationFinished: boolean
  • locationMode: any
  • locationType: string
  • longitude: number
  • positionType: string
  • secureLocation: any
  • secureLocationTs: number
  • timeStamp: number
  • verticalAccuracy: number
locationCapable: boolean
locationEnabled: boolean
lockedTimestamp: any
lostDevice: any
lostModeCapable: boolean
lostModeEnabled: boolean
lostTimestamp: string
lowPowerMode: boolean
maxMsgChar: number
mesg: any
modelDisplayName: string
msg?: {
    createTimestamp: number;
    playSound: boolean;
    statusCode: string;
    strobe: boolean;
    userText: boolean;
    vibrate: boolean;
}

Type declaration

  • createTimestamp: number
  • playSound: boolean
  • statusCode: string
  • strobe: boolean
  • userText: boolean
  • vibrate: boolean
name: string
nwd: boolean
passcodeLength: number
prsId?: string
rawDeviceModel: string
remoteLock: any
remoteWipe: any
rm2State: number
scd: boolean
scdPh: string
snd?: {
    alertText: string;
    alertTitle: string;
    cancelButtonTitle: string;
    continueButtonTitle: string;
    createTimestamp: number;
    statusCode: string;
}

Type declaration

  • alertText: string
  • alertTitle: string
  • cancelButtonTitle: string
  • continueButtonTitle: string
  • createTimestamp: number
  • statusCode: string
thisDevice: boolean
trackingInfo: any
wipeInProgress: boolean
wipedTimestamp: any

Generated using TypeDoc