mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
commandref_frame.html: add commandref global attribute
git-svn-id: https://svn.fhem.de/fhem/trunk@11985 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1d0b9fccc3
commit
7682d5bae8
@ -53,6 +53,7 @@ my @filelist2 = (
|
||||
"FHEM/lib/MP3/Tag/.*",
|
||||
"FHEM/lib/UPnP/.*",
|
||||
"contrib/commandref_join.pl.txt",
|
||||
"contrib/commandref_modular.pl.txt",
|
||||
"www/pgm2/.*",
|
||||
"www/pgm2/images/.*.png",
|
||||
"www/jscolor/.*",
|
||||
|
@ -1352,6 +1352,14 @@ The following local attributes are used by a wider range of devices:
|
||||
be written to this file.
|
||||
</li><br>
|
||||
|
||||
<a name="commandref"></a>
|
||||
<li>commandref<br>
|
||||
If set to "full" (default), then a full commandref will be generated
|
||||
after each update. If set to modular, there is only a short description
|
||||
at the beginning, and the module documentation is loaded from FHEM
|
||||
dynamically.
|
||||
</li><br>
|
||||
|
||||
<a name="dnsServer"></a>
|
||||
<li>dnsServer<br>
|
||||
Contains the IP address of the DNS Server. If some of the modules or
|
||||
|
@ -1436,6 +1436,14 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
|
||||
Ausgabedatei unter diesem Dateinamen gespeichert.
|
||||
</li><br>
|
||||
|
||||
<a name="commandref"></a>
|
||||
<li>commandref<br>
|
||||
Falls der Wert "full" (die Voreinstellung) ist, dann wird nach jedem
|
||||
update ein komplettes commandref.html generiert. Falls der Wert
|
||||
"modular" ist, dann wird die Moduldokumentation erst nach Bedarf
|
||||
waehrend der Laufzeit per JavaScript geladen.
|
||||
</li><br>
|
||||
|
||||
<a name="dnsServer"></a>
|
||||
<li>dnsServer<br>
|
||||
Enthält die IP Adresse des DNS Servers. Die von bestimmten Modulen
|
||||
|
Loading…
Reference in New Issue
Block a user