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

commandref_frame: motd/autosave comments my Otto123 (Forum #115468)

git-svn-id: https://svn.fhem.de/fhem/trunk@23178 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-11-18 16:12:09 +00:00
parent 83df90dee4
commit 036ea28371
2 changed files with 30 additions and 9 deletions

View File

@ -1436,6 +1436,13 @@ The following local attributes are used by a wider range of devices:
<b>Get</b><ul>N/A</ul><br>
<b>Internals</b>
<a name="init_errors"></a>
<li>init_errors<br>
contains configuration errors and security issues collected at FHEM
startup.
</li><br>
<b>Attributes</b>
<ul>
<a name="altitude"></a>
@ -1464,7 +1471,8 @@ The following local attributes are used by a wider range of devices:
<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.
can deactivate this feature by setting the value to 0. Configration
errors at startup automatically deactivate this value.
</li>
<a name="backupcmd"></a>
@ -1672,9 +1680,8 @@ The following local attributes are used by a wider range of devices:
<li>motd<br>
Message Of The Day. Displayed on the homescreen of the FHEMWEB package,
or directly after the telnet logon, before displaying the fhem> prompt.
SecurityCheck is setting motd if it is not defined upon startup, to
avoid this set the motd value to none. motd is also used to show
collected error messages upon FHEM start.
In addition, the content of the internal value init_errors will be
displayed. To avoid displaying messages set its value to none.
</li><br>
<a name="mseclog"></a>

View File

@ -1533,6 +1533,14 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<b>Get</b><ul>N/A</ul><br>
<b>Internals</b>
<a name="init_errors"></a>
<li>init_errors<br>
Konfigurations Fehlermeldungen beim FHEM Start und Security Meldungen werden
hier gesammelt.
</li><br>
<b>Attributes</b>
<ul>
<a name="altitude"></a>
@ -1560,6 +1568,14 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
Nachricht zu erstellen.
</li><br>
<a name="autosave"></a>
<li>autosave<br>
Der Standardwert 1 aktiviert einige Module nach einer
Konfigurationsänderung automatisch zu speichern z.B. wenn ein neues
Ger&auml;t erstellt wurde. Treten beim FHEM Start Konfigurationsfehler
auf wird diese Funktion automatisch deaktiviert (0).
</li><br>
<a name="backupcmd"></a>
<li>backupcmd<br>
Sie k&ouml;nnen das Update durch Ihre eigenen Befehle/Skripts
@ -1780,11 +1796,9 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<li>motd<br>
Nachricht des Tages. Wird im Begr&uuml;&szligungsbildschirm von FHEM
angezeigt, oder direkt beim Start einer &quot;telnet&quot; Sitzung,
bevor der fhem&gt; Prompt erscheint. Der SecurityCheck setzt motd wenn
es bisher nicht gesetzt ist. Um das zu verhindern, k&ouml;nnen sie den
Wert von motd auf &quot;none&quot; setzen.
motd wird auch verwendet, um Fehlermeldungen w&auml;hrend des
FHEM-Starts zu sammeln und anzuzeigen.
bevor der fhem&gt; Prompt erscheint. Zus&auml;tzlich wird der Inhalt
des Internals init_errors angezeigt. Die Anzeige der gesamten Meldung
wird durch attr global motd none abgeschaltet.
</li><br>
<a name="mseclog"></a>