Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias PlexDevice

    type PlexDevice = {
        name: string;
        product: string;
        productVersion: string;
        platform: string;
        platformVersion?: string;
        device: string;
        clientIdentifier: string;
        createdAt: string;
        lastSeenAt: string;
        provides: string[];
        owned: boolean;
        ownerID?: string;
        home?: boolean;
        sourceTitle?: string;
        accessToken?: string;
        publicAddress?: string;
        httpsRequired?: boolean;
        synced?: boolean;
        relay?: boolean;
        dnsRebindingProtection?: boolean;
        natLoopbackSupported?: boolean;
        publicAddressMatches?: boolean;
        presence?: boolean;
        connection: PlexConnection[];
    }
    Index

    Properties

    name: string
    product: string
    productVersion: string
    platform: string
    platformVersion?: string
    device: string
    clientIdentifier: string
    createdAt: string
    lastSeenAt: string
    provides: string[]
    owned: boolean
    ownerID?: string
    home?: boolean
    sourceTitle?: string
    accessToken?: string
    publicAddress?: string
    httpsRequired?: boolean
    synced?: boolean
    relay?: boolean
    dnsRebindingProtection?: boolean
    natLoopbackSupported?: boolean
    publicAddressMatches?: boolean
    presence?: boolean
    connection: PlexConnection[]