@ctrl/plex
    Preparing search index...

    Interface BandwidthOptions

    interface BandwidthOptions {
        accountID?: number;
        deviceID?: number;
        lan?: boolean;
        timespan?: number;
    }
    Index

    Properties

    accountID?: number

    Filter by account ID.

    deviceID?: number

    Filter by device ID.

    lan?: boolean

    Filter by LAN (true) or WAN (false).

    timespan?: number

    Time range in seconds (e.g. 6 for 6 seconds, but typically larger).