Difference between revisions of "GO TO SLEEP (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
(Initial version)
 
 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
=== Returns ===
 
=== Returns ===
 
OK on success, string of the form "ERROR: <string:message>" on error.
 
OK on success, string of the form "ERROR: <string:message>" on error.
 +
 +
=== Changelog ===
 +
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 +
|- style="background: lightsteelblue"
 +
|+
 +
! version !! changeset !! description
 +
|-
 +
| 1 || {{changeset|20084}}
 +
| Initial version
 +
|-
 +
|}
 +
 +
[[Category:Myth Protocol Commands]]

Latest revision as of 02:32, 15 September 2010

GO_TO_SLEEP

Syntax

Command arguments: none

List arguments: none

Response: <string>

Examples

Command:

11      GO_TO_SLEEP

Response:

2       OK

Description

Instructs a slave backend to go to sleep. This command is usually issued by the master backend.

Returns

OK on success, string of the form "ERROR: <string:message>" on error.

Changelog

version changeset description
1 [20084] Initial version