Interface LiveTvApiDiscvoverTunersRequest

Request parameters for discvoverTuners operation in LiveTvApi.

LiveTvApiDiscvoverTunersRequest

interface LiveTvApiDiscvoverTunersRequest {
    newDevicesOnly?: boolean;
}

Properties

Properties

newDevicesOnly?: boolean

Only discover new tuners.

LiveTvApiDiscvoverTuners