Label may contain now a single :

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@867 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-03-17 18:51:12 +00:00
parent ccf1e7e4f4
commit 7a0f36b401
6 changed files with 17 additions and 17 deletions

View File

@@ -5516,7 +5516,7 @@ Terminating
<li><a href="#plotmode">plotmode</a></li>
<a name="label"></a>
<li>label<br>
Colon separated list of values. The values will be used to replace
Double-Colon separated list of values. The values will be used to replace
&lt;L#&gt; type of strings in the .gplot file, with # beginning at 1
(&lt;L1&gt;, &lt;L2&gt;, etc.). Each value will be evaluated as a perl
expression, so you have access e.g. to the $value hash.<br><br>
@@ -5530,7 +5530,7 @@ Terminating
<li>Fixed text for the right and left axis:<br>
<ul>
<li>Fhem config:<br>
attr wl_1 label "Temperature":"Humidity"</li>
attr wl_1 label "Temperature"::"Humidity"</li>
<li>.gplot file entry:<br>
set ylabel &lt;L1&gt;<br>
set y2label &lt;L2&gt;</li>