2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fwmodpath documented

git-svn-id: https://svn.fhem.de/fhem/trunk@1209 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-01-23 14:01:34 +00:00
parent 34074cabb6
commit 964c39ec36
2 changed files with 20 additions and 5 deletions

View File

@ -6804,8 +6804,8 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
still can be addressed through url manipulation).<br>
The list can also contain values from the additional "Howto/Wiki/FAQ"
block.
<br><br>
</li>
<br>
<a name="longpoll"></a>
<li>longpoll<br>
@ -6813,8 +6813,8 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
In this mode status update is refreshed more or less instantaneously,
and state change (on/off only) is done without requesting a complete
refresh from the server.
<br><br>
</li>
<br>
<a name="webCmd"></a>
<li>webCmd<br>
@ -6823,8 +6823,24 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
<ul>
attr lamp webCmd on:off:on-for-timer 10
</ul>
On smallscreen devices only the first value is accessible.
On smallscreen devices only the first value is accessible.<br>
Note: this a device, not a FHEMWEB attribute.
</li>
<br>
<a name="fwmodpath"></a>
<li>fwmodpath<br>
Set the "modpath" for this intance of FHEMWEB. Used to search .gplot
files, pictures, etc. Default is the <a href="#modpath">modpath</a>/FHEM directory.
</li>
<br>
<a name="fwcompress"></a>
<li>fwcompress<br>
Enable compressing the HTML data (default is yes).
</li>
<br>
</ul>

View File

@ -4,8 +4,7 @@ a { color: #278727; }
#logo { position:fixed; top:20px; left:20px;
width:100px; height:105px; background-image:url(fhem.png); }
#menu { position:fixed; top:140px;left:20px; width:140px; }
#right { position:fixed; top:20px; left:170px; bottom:20px; right:10px;
overflow: auto; }
#right { position:absolute; top:50px; left:180px; bottom:10px; right:10px; }
h2,h3,h4 { color:#52865D; line-height:1.3;
margin-top:1.5em; font-family:Arial,Sans-serif; }
div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }