mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 12:07:09 +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:
parent
7c4fc0e7c3
commit
0a093c310d
@ -1301,6 +1301,13 @@ The following local attributes are used by a wider range of devices:
|
|||||||
receiving a corresponding message.
|
receiving a corresponding message.
|
||||||
</li><br>
|
</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>
|
<a name="backupcmd"></a>
|
||||||
<li>backupcmd<br>
|
<li>backupcmd<br>
|
||||||
You could pass the backup to your own command / script by using this attribute.
|
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.
|
be written to this file.
|
||||||
</li><br>
|
</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>
|
<a name="holiday2we"></a>
|
||||||
<li>holiday2we<br>
|
<li>holiday2we<br>
|
||||||
If this attribute is set, then the <a href="#perl">$we</a> variable
|
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).
|
set the delay for shutdown restart, default is 2 (seconds).
|
||||||
</li><br>
|
</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>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- global end - do not remove this line! -->
|
<!-- global end - do not remove this line! -->
|
||||||
|
@ -1383,11 +1383,22 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
|
|||||||
|
|
||||||
<a name="configfile"></a>
|
<a name="configfile"></a>
|
||||||
<li>configfile<br>
|
<li>configfile<br>
|
||||||
Enthält den Namen der FHEM Konfigurationsdatei. Wenn <a href="#save">save</a>
|
Enthält den Namen der FHEM Konfigurationsdatei. Wenn <a
|
||||||
ohne Argumente aufgerufen wird dann wird die Ausgabedatei unter diesem
|
href="#save">save</a> ohne Argumente aufgerufen wird dann wird die
|
||||||
Dateinamen gespeichert.
|
Ausgabedatei unter diesem Dateinamen gespeichert.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
|
<a name="dnsServer"></a>
|
||||||
|
<li>dnsServer<br>
|
||||||
|
Enthält die IP Adresse des DNS Servers. Die von bestimmten Modulen
|
||||||
|
(oder eigenen Code) aufgerufene HttpUtils_NonblockingGet wird auch bei
|
||||||
|
der DNS Auflö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>
|
<a name="holiday2we"></a>
|
||||||
<li>holiday2we<br>
|
<li>holiday2we<br>
|
||||||
Wenn dieses Attribut gesetzt wurde, dann wird die <a
|
Wenn dieses Attribut gesetzt wurde, dann wird die <a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user