Changes by Uli

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1369 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-03-20 07:38:45 +00:00
parent bc7f5b7b20
commit 36d7c261e7

View File

@@ -7325,7 +7325,7 @@ AB600, Duewi, DomiaLite, COCO) and others. <br>
<code>define homepage weblink link http://www.fhem.de</code><br> <code>define homepage weblink link http://www.fhem.de</code><br>
<code>define webcam_picture weblink image http://w.x.y.z/current.jpg</code><br> <code>define webcam_picture weblink image http://w.x.y.z/current.jpg</code><br>
<code>define interactive_webcam weblink iframe http://w.x.y.z/webcam.cgi</code><br> <code>define interactive_webcam weblink iframe http://w.x.y.z/webcam.cgi</code><br>
<code>define define hr weblink htmlCode <hr><code><br> <code>define define hr weblink htmlCode <hr></code><br>
<code>define define w_Frlink weblink htmlCode { WeatherAsHtml("w_Frankfurt") }</code><br> <code>define define w_Frlink weblink htmlCode { WeatherAsHtml("w_Frankfurt") }</code><br>
<code>define MyPlot weblink fileplot &lt;logdevice&gt;:&lt;gnuplot-file&gt;:&lt;logfile&gt;</code><br> <code>define MyPlot weblink fileplot &lt;logdevice&gt;:&lt;gnuplot-file&gt;:&lt;logfile&gt;</code><br>
</ul> </ul>
@@ -7339,7 +7339,9 @@ AB600, Duewi, DomiaLite, COCO) and others. <br>
can group these weblinks by putting them into rooms. If you convert 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 the current logfile to a weblink, it will always refer to the current
file, even if its name changes regularly (and not the one you file, even if its name changes regularly (and not the one you
originally specified).</li> </ul> </ul> originally specified).</li>
</ul>
</ul>
<a name="weblinkset"></a> <a name="weblinkset"></a>
<b>Set</b> <ul>N/A</ul><br> <b>Set</b> <ul>N/A</ul><br>
@@ -7712,20 +7714,18 @@ AB600, Duewi, DomiaLite, COCO) and others. <br>
</ul> </ul>
</ul> </ul>
<a name="FLOORPLAN"></a>
<h3>FLOORPLAN</h3>
<ul> <a name="FLOORPLAN"></a>
Implements an additional enry to your fhem menu, leading to a userinterface <h3>FLOORPLAN</h3>
without fhem-menu, rooms or devicelists. Devices can be displayed at a <ul>
defined coordinate on the screen, usually with a clickable icon allowing to Implements an additional entry "Floorplans" to your fhem menu, leading to a userinterface without fhem-menu, rooms or devicelists.
switch the device on or off by clicking on it. A picture can be used Devices can be displayed at a defined coordinate on the screen, usually with a clickable icon allowing to switch
background - use e.g. a floorplan of your house, or any picture. Use the device on or off by clicking on it. A background-picture can be used - use e.g. a floorplan of your house, or any picture.
floorplanstyle.css to adapt the representation.<br> FLOORPLAN is not part Use floorplanstyle.css to adapt the representation.<br>
of the fhem standard delivery. Download it from FLOORPLAN is not part of the fhem standard delivery. Download it from
<a <a href="http://fhem.svn.sourceforge.net/viewvc/fhem/trunk/fhem/contrib/95_FLOORPLAN/?sortby=file">this SVN folder</a>,
href="http://fhem.svn.sourceforge.net/viewvc/fhem/trunk/fhem/contrib/95_FLOORPLAN/?sortby=file">this where you also find pdf-files (english and german) with a step-by-step guide for setup. <br>
SVN folder</a>, where you also find pdf-files (english and german) with a
step-by-step guide for setup. <br>
<br> <br>
<a name="FLOORPLANdefine"></a> <a name="FLOORPLANdefine"></a>
@@ -7779,15 +7779,16 @@ AB600, Duewi, DomiaLite, COCO) and others. <br>
</ul><br> </ul><br>
Examples:<br> Examples:<br>
<ul> <ul>
<pre> <table>
attr lamp1 fp_Groundfloor 100,100 #display lamp1 with icon only at screenposition 100,100 <tr><td><code>attr lamp1 fp_Groundfloor 100,100</code></td><td><code>#display lamp1 with icon only at screenposition 100,100</code></td></tr>
attr lamp2 fp_Groundfloor 100,140,1,Art-Deco #display lamp2 with description 'Art-Deco-Light' at 100,140 <tr><td><code>attr lamp2 fp_Groundfloor 100,140,1,Art-Deco</code></td><td><code>#display lamp2 with description 'Art-Deco-Light' at 100,140</code></td></tr>
attr lamp3 fp_FirstFloor 130,100,1 #if you define other floorplans, you can display the same device at different positions <tr><td><code>attr lamp2 fp_FirstFloor 130,100,1</code></td><td><code>#display the same device at different positions on other floorplans</code></td></tr>
attr myFHT fp_Groundfloor 300,20,10,Temperature #display given Text + FHT-temperature <tr><td><code>attr myFHT fp_Groundfloor 300,20,10,Temperature</code></td><td><code>#display given Text + FHT-temperature</code></td></tr>
</pre> </table>
</ul> </ul>
<b>Hint:</b> no blanks between parameters<br><br> <b>Hint:</b> no blanks between parameters<br><br>
<li><a name="fp_arrange">fp_arrange</a><br> <li><a name="fp_arrange">fp_arrange</a><br>
Activates the "arrange mode" which shows an additional menu on the screen, Activates the "arrange mode" which shows an additional menu on the screen,
allowing to place devices easily on the screen.<br> allowing to place devices easily on the screen.<br>
@@ -7842,7 +7843,7 @@ AB600, Duewi, DomiaLite, COCO) and others. <br>
</li><br> </li><br>
</ul> </ul>
<br> <br>
</ul> </ul>