Interface LiveTvApiDiscoverTunersRequest

Request parameters for discoverTuners operation in LiveTvApi.

LiveTvApiDiscoverTunersRequest

interface LiveTvApiDiscoverTunersRequest {
    newDevicesOnly?: boolean;
}

Properties

Properties

newDevicesOnly?: boolean

Only discover new tuners.

LiveTvApiDiscoverTuners