summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2009-06-03 13:56:16 +0200
committeranbr <vdr07@deltab.de>2009-06-03 13:56:16 +0200
commit603be1f41b0703d35dba6ba512a0d0893a69ecb9 (patch)
treec256da81e100c6efe8982de30e6760bf03f6eda1 /README
parentf7474de7957369a17754f558890d803ce9d5dc0f (diff)
downloadvdr-plugin-imonlcd-603be1f41b0703d35dba6ba512a0d0893a69ecb9.tar.gz
vdr-plugin-imonlcd-603be1f41b0703d35dba6ba512a0d0893a69ecb9.tar.bz2
Add svdrp command 'ICON'
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 18 insertions, 11 deletions
diff --git a/README b/README
index 8ef41ed..9b55214 100644
--- a/README
+++ b/README
@@ -114,25 +114,32 @@ Possible options are:
Plugin SVDRP commands
---------------------
+* HELP - List known commands
* OFF - Suspend driver of display.
* ON - Resume driver of display.
+* ICON [name] [on|off|auto] - Force state of icon.
-Use this commands like
+Use this commands like follow samples
#> svdrpsend.pl PLUG imonlcd OFF
220 vdr SVDRP VideoDiskRecorder ....
250 driver suspended
221 vdr closing connection
+ #> svdrpsend.pl PLUG imonlcd HELP ICON
+ 214-ICON [name] [on|off|auto]
+ 214- Force state of icon. Names of icons are:
+ 214- Music,Movie,Photo,DVD,TopTV,Web,News
+ ...
+
This commands can have follow responses
-OFF :
- 250 driver suspended
- 251 driver already suspended
-
-ON :
- 250 driver resumed
- 251 driver already resumed
- 554 driver could not resumed
-*
- 501 unknown command
+OFF : 250 driver suspended
+ 251 driver already suspended
+ON : 250 driver resumed
+ 251 driver already resumed
+ 554 driver could not resumed
+ICON : 250 icon state 'auto'
+ 251 icon state 'on'
+ 252 icon state 'off'
+* 501 unknown command