Eliminated typos, shortened example texts to fit regular browser width

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1361 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass 2012-03-18 17:17:11 +00:00
parent 1bc9295688
commit 360b7b9009

View File

@ -3,9 +3,9 @@
<a name="FLOORPLAN"></a> <a name="FLOORPLAN"></a>
<h3>FLOORPLAN</h3> <h3>FLOORPLAN</h3>
<ul> <ul>
Implements an additional enry to your fhem menu, leading to a userinterface without fhem-menu, rooms or devicelists. Implements an additional entry "Floorplans" to your fhem menu, leading to a userinterface without fhem-menu, rooms or devicelists.
Devices can be displayed at a defined coordinate on the screen, usually with a clickable icon allowing to switch Devices can be displayed at a defined coordinate on the screen, usually with a clickable icon allowing to switch
the device on or off by clicking on it. A picture can be used background - use e.g. a floorplan of your house, or any picture. 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.
Use floorplanstyle.css to adapt the representation.<br> Use floorplanstyle.css to adapt the representation.<br>
FLOORPLAN is not part of the fhem standard delivery. Download it from FLOORPLAN is not part of the fhem standard delivery. Download it from
<a href="http://fhem.svn.sourceforge.net/viewvc/fhem/trunk/fhem/contrib/95_FLOORPLAN/?sortby=file">this SVN folder</a>, <a href="http://fhem.svn.sourceforge.net/viewvc/fhem/trunk/fhem/contrib/95_FLOORPLAN/?sortby=file">this SVN folder</a>,
@ -63,15 +63,16 @@
</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>