FREE TUNER (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

FREE_TUNER

Syntax

Command arguments: <int:cardid>

List arguments: none

Response: <string>

Examples

Command:

12      FREE_TUNER 1

Response:

2       OK

Description

Free a tuner previously locked with LOCK_TUNER. Note that unlike LOCK_TUNER, the cardid argument is required with FREE_TUNER.

Returns

OK on success, FAILED on error.

Changelog

version changeset description
1 [3021] Initial version