FP-Devicer - v1.6.1
    Preparing search index...

    Interface DeviceMatch

    A candidate device returned by StorageAdapter.findCandidates. Carries the device identifier, confidence score, and when it was last seen.

    interface DeviceMatch {
        confidence: number;
        deviceId: string;
        lastSeen: Date;
    }
    Index

    Properties

    confidence: number
    deviceId: string
    lastSeen: Date