2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

commandref: document dnsServer

git-svn-id: https://svn.fhem.de/fhem/trunk@11907 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-08-06 12:46:47 +00:00
parent 7c4fc0e7c3
commit 0a093c310d
2 changed files with 30 additions and 10 deletions

View File

@ -1301,6 +1301,13 @@ The following local attributes are used by a wider range of devices:
receiving a corresponding message.
</li><br>
<a name="autosave"></a>
<li>autosave<br>
enable some modules to automatically trigger save after a configuration
change, e.g. after a new device was created. Default is 1 (true), you
can deactivate this feature by setting the value to 0.
</li>
<a name="backupcmd"></a>
<li>backupcmd<br>
You could pass the backup to your own command / script by using this attribute.
@ -1351,6 +1358,15 @@ The following local attributes are used by a wider range of devices:
be written to this file.
</li><br>
<a name="dnsServer"></a>
<li>dnsServer<br>
Contains the IP address of the DNS Server. If some of the modules or
user code calls the HttpUtils_NonblockingGet function, and this
attribute is set, then FHEM specific nonblocking code will be used to
resolve the given address. If this attribute is not set, the blocking
OS implementation (inet_aton and gethostbyname) will be used.
</li><br>
<a name="holiday2we"></a>
<li>holiday2we<br>
If this attribute is set, then the <a href="#perl">$we</a> variable
@ -1490,13 +1506,6 @@ The following local attributes are used by a wider range of devices:
set the delay for shutdown restart, default is 2 (seconds).
</li><br>
<a name="autosave"></a>
<li>autosave<br>
enable some modules to automatically trigger save after a configuration
change, e.g. after a new device was created. Default is 1 (true), you
can deactivate this feature by setting the value to 0.
</li>
</ul>
</ul>
<!-- global end - do not remove this line! -->

View File

@ -1383,11 +1383,22 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<a name="configfile"></a>
<li>configfile<br>
Enth&auml;lt den Namen der FHEM Konfigurationsdatei. Wenn <a href="#save">save</a>
ohne Argumente aufgerufen wird dann wird die Ausgabedatei unter diesem
Dateinamen gespeichert.
Enth&auml;lt den Namen der FHEM Konfigurationsdatei. Wenn <a
href="#save">save</a> ohne Argumente aufgerufen wird dann wird die
Ausgabedatei unter diesem Dateinamen gespeichert.
</li><br>
<a name="dnsServer"></a>
<li>dnsServer<br>
Enth&auml;lt die IP Adresse des DNS Servers. Die von bestimmten Modulen
(oder eigenen Code) aufgerufene HttpUtils_NonblockingGet wird auch bei
der DNS Aufl&ouml;sung nicht mehr blockieren, falls dieses Attribut
gesetzt ist, da es in diesem Fall FHEM eigene Routinen aufgerufen
werden. Sonst werden die OS-eigenen, blockierenden Routinen inet_aton
bzw gethostbyname aufgerufen.
</li><br>
<a name="holiday2we"></a>
<li>holiday2we<br>
Wenn dieses Attribut gesetzt wurde, dann wird die <a