From 50f4d2be0052eb5077216d11e36938b8f449e34e Mon Sep 17 00:00:00 2001 From: teevau Date: Thu, 21 Mar 2013 20:37:55 +0000 Subject: [PATCH] Replacing
 in the documentation

git-svn-id: https://svn.fhem.de/fhem/trunk@2963 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
 fhem/FHEM/70_VIERA.pm | 394 +++++++++++++++++++++++-------------------
 1 file changed, 220 insertions(+), 174 deletions(-)

diff --git a/fhem/FHEM/70_VIERA.pm b/fhem/FHEM/70_VIERA.pm
index 599723172..7a4451cda 100644
--- a/fhem/FHEM/70_VIERA.pm
+++ b/fhem/FHEM/70_VIERA.pm
@@ -7,7 +7,7 @@
 # written 2013 by Tobias Vaupel 
 #
 #
-# Version = 0.93, RC1
+# Version = 1.00
 #
 ##############################################################################
 #
@@ -384,103 +384,126 @@ sub VIERA_BuildXML_RendCtrl($$$$){
     seconds), which periodically reads the status of volume and mute status and triggers
     notify/filelog commands.

Example: -
-      define myTV1 VIERA 192.168.178.20
-
+    
    + define myTV1 VIERA 192.168.178.20

    define myTV1 VIERA 192.168.178.20 60 #with custom interval of 60 seconds -
+ - + +
Set
    set <name> <command> [<value>]

    Currently, the following commands are defined. -
    -off
    -mute [on|off]
    -volume <value>
    -remoteControl <command>
    -
    -
-Remote control (depending on your model, maybe)

-
    - For this application the following commands are available:

    -
    -3D 		=> 3D button
    -BLUE 		=> Blue
    -CANCEL 		=> Cancel / Exit
    -CHG_INPUT 	=> AV
    -CH_DOWN 	=> Channel down
    -CH_UP 		=> Channel up
    -D0 		=> Digit 0
    -D1 		=> Digit 1
    -D2 		=> Digit 2
    -D3 		=> Digit 3
    -D4 		=> Digit 4
    -D5 		=> Digit 5
    -D6 		=> Digit 6
    -D7 		=> Digit 7
    -D8 		=> Digit 8
    -D9 		=> Digit 9
    -DISP_MODE 	=> Display mode / Aspect ratio
    -DOWN 		=> Control DOWN
    -ENTER 		=> Control Center click / enter
    -EPG 		=> Guide / EPG
    -FF 		=> Fast forward
    -GREEN 		=> Green
    -HOLD 		=> TTV hold / image freeze
    -INDEX 		=> TTV index
    -INFO 		=> Info
    -INTERNET 	=> VIERA connect
    -LEFT 		=> Control LEFT
    -MENU 		=> Menu
    -MUTE 		=> Mute
    -PAUSE 		=> Pause
    -PLAY 		=> Play
    -POWER 		=> Power off
    -P_NR 		=> P-NR (Noise reduction)
    -REC 		=> Record
    -RED 		=> Red
    -RETURN 		=> Return
    -REW 		=> Rewind
    -RIGHT 		=> Control RIGHT
    -R_TUNE 		=> Seems to do the same as INFO
    -SD_CARD 	=> SD-card
    -SKIP_NEXT 	=> Skip next
    -SKIP_PREV 	=> Skip previous
    -STOP 		=> Stop
    -STTL 		=> STTL / Subtitles
    -SUBMENU 	=> Option
    -TEXT 		=> Text / TTV
    -TV 		=> TV
    -UP 		=> Control UP
    -VIERA_LINK 	=> VIERA link
    -VOLDOWN 	=> Volume down
    -VOLUP 		=> Volume up
    -VTOOLS 		=> VIERA tools
    -YELLOW 		=> Yellow
    -  
    -
    +    
      + off
      + mute [on|off]
      + volume <value>
      + remoteControl <command>
      +
    +
+
    +
    + Remote control (depending on your model, maybe)
    + For this application the following commands are available:
    +
      + 3D => 3D button
      + BLUE => Blue
      + CANCEL => Cancel / Exit
      + CHG_INPUT => AV
      + CH_DOWN => Channel down
      + CH_UP => Channel up
      + D0 => Digit 0
      + D1 => Digit 1
      + D2 => Digit 2
      + D3 => Digit 3
      + D4 => Digit 4
      + D5 => Digit 5
      + D6 => Digit 6
      + D7 => Digit 7
      + D8 => Digit 8
      + D9 => Digit 9
      + DISP_MODE => Display mode / Aspect ratio
      + DOWN => Control DOWN
      + ENTER => Control Center click / enter
      + EPG => Guide / EPG
      + FF => Fast forward
      + GREEN => Green
      + HOLD => TTV hold / image freeze
      + INDEX => TTV index
      + INFO => Info
      + INTERNET => VIERA connect
      + LEFT => Control LEFT
      + MENU => Menu
      + MUTE => Mute
      + PAUSE => Pause
      + PLAY => Play
      + POWER => Power off
      + P_NR => P-NR (Noise reduction)
      + REC => Record
      + RED => Red
      + RETURN => Return
      + REW => Rewind
      + RIGHT => Control RIGHT
      + R_TUNE => Seems to do the same as INFO
      + SD_CARD => SD-card
      + SKIP_NEXT => Skip next
      + SKIP_PREV => Skip previous
      + STOP => Stop
      + STTL => STTL / Subtitles
      + SUBMENU => Option
      + TEXT => Text / TTV
      + TV => TV
      + UP => Control UP
      + VIERA_LINK => VIERA link
      + VOLDOWN => Volume down
      + VOLUP => Volume up
      + VTOOLS => VIERA tools
      + YELLOW => Yellow
      +
    + +
    Example:
    - set <name> mute on - set <name> volume 20 - set <name> remoteControl CH_DOWN -
- + + +
+ Notes:
+ + - -Get - +
+ + Get + + +
+ + Attributes + + +
+ + Generated events: + =end html @@ -506,103 +529,126 @@ volume geändert werden. Wird kein Interval angegeben, liest das Modul alle 30 Sekunden die Werte aus und triggert ein notify.

Beispiel: -
-      define myTV1 VIERA 192.168.178.20
-      
+    
+ +
Set -Fernbedienung (Kann vielleicht nach Modell variieren)

- + + - -Get - +
+ Anmerkung:
+ + + +
+ + Get + + +
+ + Attribute + + +
+ + Generierte events: + =end html_DE