From ff5d3ab768264939c93ea403af83de0c3edaab6a Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Tue, 15 Apr 2014 09:56:40 +0000
Subject: [PATCH] commandref_frame: motd extensions by betateilchen
git-svn-id: https://svn.fhem.de/fhem/trunk@5530 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref_frame.html | 3 ++-
fhem/docs/commandref_frame_DE.html | 36 ++++++++++++++++--------------
2 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index cf1184dd7..c72a8f597 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -1231,7 +1231,8 @@ A line ending with \ will be concatenated with the next one, so long lines
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
+ avoid this set the motd value to none. motd is also used to show
+ collected error messages upon fhem start.
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index 37fee052c..2686ebec1 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -1278,30 +1278,32 @@ Zeilen erstreckende Befehle, indem man keine \ am Zeilenende eingeben muss.
FHEM
- Module an. Der Pfad enhält nicht das Verzeichnis FHEM. Durch das
- setzen der Attribute, wird das Verzeichnis nach Dateinamen in der Form NN_<NAME>.pm,
- und sie werden für die Definition von Geräten unter dem Namen
- <NAME> verfügbar gemacht. Wenn das erste Gerät des Typs <NAME> definiert
- wird, werden die entsprechenden Module geladen und in dem Modul die
- entsprechende Function mit dem Namen
- <NAME>_Initialize wird aufgerufen. Eine Ausnahme bilden Module die
- mit der Nummer 99 im Dateinamen beginnen. Diese sind enhalten
- PERL-Hilfsfunktionen. Die Module werden zur Startzeit geladen (i.e.
- modpath attribute definition time).
-