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 c3ddb34d5b
commit 8236ca64b1
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>