pod fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@3332 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -804,7 +804,7 @@ FP_input(@)
|
||||
</ul>
|
||||
|
||||
<li><a name="fp_backgroundimg">fp_backgroundimg</a><br>
|
||||
Allows to choose a background-picture independent of the floorplan-name.
|
||||
Allows to choose a background-picture independent of the floorplan-name.
|
||||
</li>
|
||||
Example:
|
||||
<ul>
|
||||
@@ -812,12 +812,13 @@ FP_input(@)
|
||||
</ul>
|
||||
|
||||
<li><a name="fp_viewport">fp_viewport</a><br>
|
||||
Allows usage of a user-defined viewport-value for touchpad.<br>
|
||||
Default-viewport-value is "width=768".
|
||||
Allows usage of a user-defined viewport-value for touchpad.<br>
|
||||
Default-viewport-value is "width=768".
|
||||
</li>
|
||||
|
||||
<li><a name="fp_inherited">Inherited from FHEMWEB</a><br>
|
||||
The following attributes are inherited from the underlying <a href="#FHEMWEB">FHEMWEB</a> instance:<br>
|
||||
<ul>
|
||||
The following attributes are inherited from the underlying <a href="#FHEMWEB">FHEMWEB</a> instance:<br>
|
||||
<ul>
|
||||
<a href="#smallscreen">smallscreen</a><br>
|
||||
<a href="#touchpad">touchpad</a><br>
|
||||
<a href="#refresh">refresh</a><br>
|
||||
@@ -826,7 +827,7 @@ FP_input(@)
|
||||
<a href="#webname">webname</a><br>
|
||||
<a href="#redirectCmds">redirectCmds</a><br>
|
||||
<a href="#longpoll">longpoll</a><br>
|
||||
</ul>
|
||||
</ul>
|
||||
</li><br>
|
||||
</ul>
|
||||
<br>
|
||||
@@ -952,7 +953,7 @@ FP_input(@)
|
||||
</ul>
|
||||
|
||||
<li><a name="commandfield">commandfield</a><br>
|
||||
Fügt Ihrem floorplan ein fhem-Kommandofeld hinzu.
|
||||
Fügt Ihrem floorplan ein fhem-Kommandofeld hinzu.
|
||||
</li>
|
||||
Beispiel:
|
||||
<ul>
|
||||
@@ -960,19 +961,22 @@ FP_input(@)
|
||||
</ul>
|
||||
|
||||
<li><a name="fp_backgroundimg">fp_backgroundimg</a><br>
|
||||
Gestattet die Bennung eine Hintergundbilds unabhängig vom floorplan-Namen.<br>
|
||||
<b>Hinweis:</b> Das Attribut kann mittels notify geändert werden, um z.B. unterschiedliche Hintergundbidlder am Tag oder in der Nacht anzuzeigen.<br>
|
||||
Beispiel:
|
||||
<ul>
|
||||
<code>attr Erdgeschoss fp_backgroundimg foobar.png</code><br><br>
|
||||
</ul>
|
||||
Gestattet die Bennung eine Hintergundbilds unabhängig vom floorplan-Namen.<br>
|
||||
<b>Hinweis:</b> Das Attribut kann mittels notify geändert werden, um z.B. unterschiedliche Hintergundbidlder am Tag oder in der Nacht anzuzeigen.<br>
|
||||
Beispiel:
|
||||
<ul>
|
||||
<code>attr Erdgeschoss fp_backgroundimg foobar.png</code><br><br>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><a name="fp_viewport">fp_viewport</a><br>
|
||||
Gestattet die Verwendung eines abweichenden viewport-Wertes für die touchpad-Ausgabe.<br>
|
||||
Die Default-viewport-Angbe ist "width=768".
|
||||
|
||||
</li>
|
||||
|
||||
<li><a name="fp_inherited">Vererbt von FHEMWEB</a><br>
|
||||
Die folgenden Attribute werden von der zugrundliegenden <a href="#FHEMWEB">FHEMWEB</a>-Instanz vererbt:<br>
|
||||
<ul>
|
||||
Die folgenden Attribute werden von der zugrundliegenden <a href="#FHEMWEB">FHEMWEB</a>-Instanz vererbt:<br>
|
||||
<ul>
|
||||
<a href="#smallscreen">smallscreen</a><br>
|
||||
<a href="#touchpad">touchpad</a><br>
|
||||
<a href="#refresh">refresh</a><br>
|
||||
@@ -981,7 +985,7 @@ FP_input(@)
|
||||
<a href="#webname">webname</a><br>
|
||||
<a href="#redirectCmds">redirectCmds</a><br>
|
||||
<a href="#longpoll">longpoll</a><br>
|
||||
</ul>
|
||||
</ul>
|
||||
</li><br>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
@@ -334,6 +334,7 @@ RC_layout_itunes() {
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<a name="remotecontrol"></a>
|
||||
<h3>remotecontrol</h3>
|
||||
<ul>
|
||||
@@ -350,7 +351,7 @@ RC_layout_itunes() {
|
||||
<tr><td><code>get rc1 layout</code></td><td><code># displays all available predefined layouts</code></td></tr>
|
||||
<tr><td><code>set rc1 layout samsung</code></td><td><code># assigns keys for a SamsungTV</code></td></tr>
|
||||
<tr><td><code>set rc1 makeweblink</code></td><td><code># creates weblink_rc1 which displays the remotecontrol in fhemweb or floorplan</code></td></tr>
|
||||
<tr><td><code>set rc1 makenotify mySamsungTV</code></td><td><code># creates notify_rc1 which forwards every buttonclick to mySamsungTV for execution</code></td></tr>
|
||||
<tr><td><code>set rc1 makenotify myTV</code></td><td><code># creates notify_rc1 which forwards every buttonclick to myTV for execution</code></td></tr>
|
||||
<tr><td colspan="2"><b>Note:</b> keys can be changed at any time, it is not necessary to redefine the weblink</td></tr>
|
||||
<tr><td><code>attr rc1 row15 VOLUP,VOLDOWN</code></td></tr>
|
||||
</table>
|
||||
@@ -360,7 +361,7 @@ RC_layout_itunes() {
|
||||
<b>Set</b>
|
||||
<ul>
|
||||
<li><code>set <rc-name> layout [delete|<layoutname>]</code><br>
|
||||
<code>layout delete</code> deletes all rowXX-attributes</code><br>
|
||||
<code>layout delete</code> deletes all rowXX-attributes<br>
|
||||
<code>layout <layoutname></code> assigns a predefined layout to rowXX-attributes</li>
|
||||
<li><code>set <rc-name> makeweblink [<name>]</code><br>
|
||||
creates a weblink to display the graphical remotecontrol. Default-name is weblink_<rc-name> .</li>
|
||||
@@ -393,11 +394,12 @@ RC_layout_itunes() {
|
||||
<li><code><command></code> is the command that will trigger the event after a buttonclick. Case sensitive.</li>
|
||||
<li><code><image></code> is the filename of the image</li><br>
|
||||
<li>Per button for the remotecontrol, use</li>
|
||||
<li><code><command></code> where an icon with the name <rc_iconprefix><command> is displayed<br>
|
||||
<li><code><command></code> where an icon with the name <rc_iconprefix><command> is displayed<br>
|
||||
Example:<br>
|
||||
<code>attr rc1 rc_iconprefix black_btn_ # used for ALL icons on remotecontrol rc1<br>
|
||||
attr rc1 row00 VOLUP </code><br>
|
||||
icon is <code>black_btn_VOLUP</code>, a buttonclick creates the event <code>VOLUP</code></li>
|
||||
<code>attr rc1 rc_iconprefix black_btn_ # used for ALL icons on remotecontrol rc1</code><br>
|
||||
<code>attr rc1 row00 VOLUP </code><br>
|
||||
icon is <code>black_btn_VOLUP</code>, a buttonclick creates the event <code>VOLUP</code>
|
||||
</li>
|
||||
or
|
||||
<li><code><command>:<image></code> where an icon with the name <code><rc_iconprefix><image></code> is displayed<br>
|
||||
Example: <br>
|
||||
@@ -405,16 +407,17 @@ RC_layout_itunes() {
|
||||
icon is <code>black_btn_VOLUP</code>, a buttonclick creates the event <code>LOUDER</code>
|
||||
<br>
|
||||
Examples:<br>
|
||||
<code>attr rc1 row00 1,2,3,TV,HDMI<br>
|
||||
attr rc2 row00 play:PLAY,pause:PAUSE,louder:VOLUP,quieter:VOLDOWN</code><br>
|
||||
</li>
|
||||
<li><b>Hint:</b> use :blank for a blank space, use e.g. :blank,:blank,:blank for a blank row</li>
|
||||
<code>attr rc1 row00 1,2,3,TV,HDMI</code><br>
|
||||
<code>attr rc2 row00 play:PLAY,pause:PAUSE,louder:VOLUP,quieter:VOLDOWN</code><br>
|
||||
</li>
|
||||
<li><b>Hint:</b> use :blank for a blank space, use e.g. :blank,:blank,:blank for a blank row</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=begin html_DE
|
||||
|
||||
<a name="remotecontrol"></a>
|
||||
<h3>remotecontrol</h3>
|
||||
<ul>
|
||||
@@ -432,8 +435,7 @@ RC_layout_itunes() {
|
||||
<tr><td><code>get rc1 layout</code></td><td><code># zeigt alle vorhandenen vordefinierten layouts an</code></td></tr>
|
||||
<tr><td><code>set rc1 layout samsung</code></td><td><code># laedt das layout für SamsungTV</code></td></tr>
|
||||
<tr><td><code>set rc1 makeweblink</code></td><td><code># erzeugt weblink_rc1 der die remotecontrol in fhemweb or floorplan anzeigt</code></td></tr>
|
||||
<tr><td colspan="2"><code>define n_rc1 notify rc1.* set mySamsungTV $EVENT</code></td></tr>
|
||||
<tr><td></td><td><code># uebertraegt jeden Tastendruck an mySamsungTV zur Ausfuehrung</code></td></tr>
|
||||
<tr><td><code>set rc1 makenotify myTV</code></td><td><code># erzeugt notify_rc1, das jeden Tastendruck an myTV weitergibt</code></td></tr>
|
||||
<tr><td colspan="2"><b>Hinweis:</b>die Tastenbelegung kann jederzeit geaendert werden, ohne dass der weblink erneut erzeugt werden muss.</td></tr>
|
||||
<tr><td><code>attr rc1 row15 VOLUP,VOLDOWN</code></td></tr>
|
||||
</table>
|
||||
@@ -443,11 +445,12 @@ RC_layout_itunes() {
|
||||
<b>Set</b>
|
||||
<ul>
|
||||
<li><code>set <rc-name> layout [delete|<layoutname>]</code><br>
|
||||
<code>layout delete</code> loescht alle rowXX-Attribute</code><br>
|
||||
<code>layout delete</code> loescht alle rowXX-Attribute<br>
|
||||
<code>layout <layoutname></code> laedt das vordefinierte layout in die rowXX-Attribute</li>
|
||||
<li><code>set <rc-name> makeweblink [<name>]</code><br>
|
||||
erzeugt einen weblink zur Anzeige der remotecontrol in FHEMWEB oder FLOORPLAN. Default-Name ist weblink_<rc-name> .</li>
|
||||
<tr><td><code>set rc1 makenotify mySamsungTV</code></td><td><code># erzeugt notify_rc1 das jeden Tastendruck an mySamsungTV zur Ausfuehrung weitergibt</code></td></tr>
|
||||
<li><code>set rc1 makenotify mySamsungTV</code><br>
|
||||
erzeugt <code>notify_rc1</code> das jeden Tastendruck an mySamsungTV zur Ausfuehrung weitergibt</li>
|
||||
</ul>
|
||||
|
||||
<a name="remotecontrolattr"></a><br>
|
||||
@@ -467,22 +470,24 @@ RC_layout_itunes() {
|
||||
<li><command> ist der event, der bei Tastendruck ausgelöst wird. Gross/Kleinschreibung beachten.</li>
|
||||
<li><image> ist der Dateiname des als Taste angezeigten icons</li>
|
||||
<li>Verwenden Sie je Taste</li>
|
||||
<li><command> wobei als Taste/icon <code><rc_iconprefix><command></code> angezeigt wird<br>
|
||||
Beispiel:<br>
|
||||
<code>attr rc1 rc_iconprefix black_btn_ # gilt für alle Tasten/icons
|
||||
attr rc1 row00 VOLUP</code>
|
||||
-> icon ist black_btn_VOLUP, ein Tastendruck erzeugt den event VOLUP</li>
|
||||
<li>oder</li>
|
||||
<li><command> wobei als Taste/icon <code><rc_iconprefix><command></code> angezeigt wird<br>
|
||||
Beispiel:<br>
|
||||
<code>attr rc1 rc_iconprefix black_btn_ # gilt für alle Tasten/icons</code><br>
|
||||
<code>attr rc1 row00 VOLUP</code><br>
|
||||
-> icon ist <code>black_btn_VOLUP</code>, ein Tastendruck erzeugt den event <code>VOLUP</code>
|
||||
</li><br>
|
||||
oder
|
||||
<li><command>:<image> wobei als Taste/icon <rc_iconprefix><image> angezeigt wird.<br>
|
||||
Beispiel:<br>
|
||||
<code>attr rc1 row00 LOUDER:VOLUP</code><br>
|
||||
icon ist black_btn_VOLUP, ein Tastendruck erzeugt den event LOUDER<br>
|
||||
Beispiele:
|
||||
<code>attr rc1 row00 1,2,3,TV,HDMI<br>
|
||||
attr rc2 row00 play:PLAY,pause:PAUSE,louder:VOLUP,quieter:VOLDOWN</code><br>
|
||||
</li>
|
||||
<li><b>Hinweis:</b> verwenden Sie :blank für eine 'leere Taste', oder z.B. :blank,:blank,:blank für eine Abstands-Leerzeile.</li>
|
||||
<code>attr rc1 row00 1,2,3,TV,HDMI</code><br>
|
||||
<code>attr rc2 row00 play:PLAY,pause:PAUSE,louder:VOLUP,quieter:VOLDOWN</code><br>
|
||||
</li>
|
||||
<li><b>Hinweis:</b> verwenden Sie :blank für eine 'leere Taste', oder z.B. :blank,:blank,:blank für eine Abstands-Leerzeile.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
=end html_DE
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user