@achingbrain/ssdp
    Preparing search index...

    Interface DiscoverOptions

    interface DiscoverOptions {
        searchInterval?: number;
        serviceType?: string;
        signal?: AbortSignal;
    }

    Hierarchy

    Index

    Properties

    searchInterval?: number

    By default a single M-SEARCH message is broadcast at the beginning of discovery.

    If devices on your network sometimes don't appear in search results, try passing a value here, the M-SEARCH message will be re-broadcast on that interval.

    serviceType?: string

    The service type to discover

    signal?: AbortSignal