get pathlist added

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1913 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-10-03 09:51:48 +00:00
parent e27151a40c
commit 9c8c0f7550
2 changed files with 37 additions and 17 deletions

View File

@@ -9505,12 +9505,15 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. <br> You need to define an RFXtrx433
<a name="FHEMWEBget"></a>
<b>Get</b>
<ul>
<code>get &lt;name&gt; icon &lt;logical icon&gt;</code>
<br><br>
returns the absolute path to the logical icon. Example:<br><br>
<code>get myFHEMWEB icon FS20.on<br>
/data/Homeautomation/fhem/FHEM/FS20.on.png
</code>
<li>icon &lt;logical icon&gt;<br>
returns the absolute path to the logical icon. Example:
<ul>
<code>get myFHEMWEB icon FS20.on<br>
/data/Homeautomation/fhem/FHEM/FS20.on.png
</code>
</ul>
<li>pathlist<br>
return FHEMWEB specific directories, where files for given types are located
<br><br>
</ul>