FP-Devicer - v2.0.2
    Preparing search index...

    Interface RelatedDevice

    A device that is related to a queried device via one or more identity edges.

    interface RelatedDevice {
        deviceId: string;
        edgeWeight: number;
        lastSeen: Date;
        occurrences: number;
        reasons: string[];
    }
    Index

    Properties

    deviceId: string

    The related device's stable identifier.

    edgeWeight: number

    Weight of the shared identity edge; cf. IdentityEdge.weight.

    lastSeen: Date

    Timestamp of the most-recent session that observed the relationship.

    occurrences: number

    Number of co-observations.

    reasons: string[]

    Signals that produced the edge; cf. IdentityEdge.reasons.