fhemweb.pl tuning
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@92 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -905,7 +905,33 @@ split in multiple lines<br><br>
|
||||
HMS100T, etc) and device number, separated by a space.</li>
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<a name="weblink"></a>
|
||||
<h4>Type weblink</h4>
|
||||
<ul>
|
||||
<code>define <name> weblink [link|fileplot] <argument></code>
|
||||
<br><br>
|
||||
This is a placeholder used with webpgm2 to be able to integrate links
|
||||
into it, and to be able to put more than one gnuplot picture on one page.
|
||||
It has no set or get methods.
|
||||
|
||||
Examples:
|
||||
<ul>
|
||||
<code>define wl_1 weblink link http://www.fhem.de</code><br>
|
||||
<code>define wl_2 weblink fileplot <logdevice>:<gnuplot-file>:<logfile></code><br>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
Notes:
|
||||
<ul>
|
||||
Normally you won't have to define fileplot weblinks manually, as fhemweb.pl
|
||||
(webpgm2) makes it easy for you, just plot a logfile (see <a
|
||||
href="#logtype">logtype</a>) and convert it to weblink. Now you can
|
||||
group these weblinks by putting them into rooms.
|
||||
If you convert the current logfile to a weblink, it will always refer to the
|
||||
current file (and not the one you originally specified).
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user