From aa968754e6680fd993c0b6f22bf80cf930e1702d Mon Sep 17 00:00:00 2001 From: markusbloch Date: Tue, 1 Mar 2016 16:58:41 +0000 Subject: [PATCH] LGTV_IP12: remove presence reading from commandref as it is not generated by LGTV_IP12 (Forum: #14695) git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10968 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/82_LGTV_IP12.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/82_LGTV_IP12.pm b/fhem/FHEM/82_LGTV_IP12.pm index 57aaceadd..1293bc7ed 100755 --- a/fhem/FHEM/82_LGTV_IP12.pm +++ b/fhem/FHEM/82_LGTV_IP12.pm @@ -686,7 +686,7 @@ sub LGTV_IP12_html2txt($)

Different status update intervals depending on the power state can be given also. If two intervals are given to the define statement, the first interval statement represents the status update - interval in seconds in case the device is off, absent or any other non-normal state. The second + interval in seconds in case the device is off. The second interval statement is used when the device is on. Example:

@@ -757,7 +757,6 @@ sub LGTV_IP12_html2txt($)
  • input - The current input source (e.g. Antenna, Sattelite, HDMI1, ...)
  • inputLabel - The user defined name of the current input source
  • mute - Reports the current mute state (can be "on" or "off")
  • -
  • presence - Reports the presence state (can be "present" or "absent").
  • volume - Reports the volume state.
  • @@ -787,7 +786,7 @@ sub LGTV_IP12_html2txt($) den Status des TV abfragt und entsprechende Notify-/FileLog-Definitionen triggert.

    Sofern 2 Interval-Argumente übergeben werden, wird der erste Parameter <Off_Interval> genutzt - sofern der TV ausgeschaltet oder nicht erreichbar ist. Der zweiter Parameter <On_Interval> + sofern der TV ausgeschaltet ist. Der zweiter Parameter <On_Interval> wird verwendet, sofern der TV eingeschaltet ist.

    Beispiel:

    @@ -857,7 +856,6 @@ sub LGTV_IP12_html2txt($)
  • input - Die aktuelle Eingangsquelle (z.B. Antenna, Sattelite, HDMI1, ...)
  • inputLabel - Die benutzerdefinierte Bezeichnung der aktuellen Eingangsquelle
  • mute on,off - Der aktuelle Stumm-Status ("on" => Stumm, "off" => Laut)
  • -
  • presence - Zeigt an, ob das Gerät aktuell empfangsbereit ist ("present" => Gerät ist empfangsbereit, "absent" => Gerät ist nicht empfangsbereit).
  • volume - Der aktuelle Lautstärkepegel.