Difference between revisions of "REFRESH BACKEND (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
m
(added details)
Line 2: Line 2:
  
 
=== Arguments ===
 
=== Arguments ===
'''Command arguments''':
+
'''Command arguments''': none
  
'''List arguments''':
+
'''List arguments''': none
  
 
=== Examples ===
 
=== Examples ===
 
Command:
 
Command:
 +
<pre>15      REFRESH_BACKEND</pre>
  
 
Successful response:
 
Successful response:
 +
<pre>2      OK</pre>
  
 
=== Description ===
 
=== Description ===
 +
Ask the backend to refresh its configuration settings.
  
 
=== Returns ===
 
=== Returns ===
 +
"OK"
  
 
=== Changelog ===
 
=== Changelog ===

Revision as of 16:45, 6 March 2011

REFRESH_BACKEND

Arguments

Command arguments: none

List arguments: none

Examples

Command:

15      REFRESH_BACKEND

Successful response:

2       OK

Description

Ask the backend to refresh its configuration settings.

Returns

"OK"

Changelog

version changeset description
5 [3505] initial version