mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-08 05:15:10 +00:00
LGTV_IP12: remove presence reading from commandref as it is not generated by LGTV_IP12 (Forum: #14695)
git-svn-id: https://svn.fhem.de/fhem/trunk@10968 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
373da23abd
commit
7febfa7725
@ -686,7 +686,7 @@ sub LGTV_IP12_html2txt($)
|
||||
<br><br>
|
||||
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:<br><br>
|
||||
@ -757,7 +757,6 @@ sub LGTV_IP12_html2txt($)
|
||||
<li><b>input</b> - The current input source (e.g. Antenna, Sattelite, HDMI1, ...)</li>
|
||||
<li><b>inputLabel</b> - The user defined name of the current input source</li>
|
||||
<li><b>mute</b> - Reports the current mute state (can be "on" or "off")</li>
|
||||
<li><b>presence</b> - Reports the presence state (can be "present" or "absent"). </li>
|
||||
<li><b>volume</b> - Reports the volume state.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
@ -787,7 +786,7 @@ sub LGTV_IP12_html2txt($)
|
||||
den Status des TV abfragt und entsprechende Notify-/FileLog-Definitionen triggert.
|
||||
<br><br>
|
||||
Sofern 2 Interval-Argumente übergeben werden, wird der erste Parameter <code><Off_Interval></code> genutzt
|
||||
sofern der TV ausgeschaltet oder nicht erreichbar ist. Der zweiter Parameter <code><On_Interval></code>
|
||||
sofern der TV ausgeschaltet ist. Der zweiter Parameter <code><On_Interval></code>
|
||||
wird verwendet, sofern der TV eingeschaltet ist.
|
||||
<br><br>
|
||||
Beispiel:<br><br>
|
||||
@ -857,7 +856,6 @@ sub LGTV_IP12_html2txt($)
|
||||
<li><b>input</b> - Die aktuelle Eingangsquelle (z.B. Antenna, Sattelite, HDMI1, ...)</li>
|
||||
<li><b>inputLabel</b> - Die benutzerdefinierte Bezeichnung der aktuellen Eingangsquelle</li>
|
||||
<li><b>mute</b> on,off - Der aktuelle Stumm-Status ("on" => Stumm, "off" => Laut)</li>
|
||||
<li><b>presence</b> - Zeigt an, ob das Gerät aktuell empfangsbereit ist ("present" => Gerät ist empfangsbereit, "absent" => Gerät ist nicht empfangsbereit). </li>
|
||||
<li><b>volume</b> - Der aktuelle Lautstärkepegel.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user