From f80aa6d956192b6037cdd92f6ca7145cfee75c5b Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 5 Jul 2011 07:41:28 +0000 Subject: [PATCH] lastinclude deprecated git-svn-id: https://svn.fhem.de/fhem/trunk@927 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 64210b330..bb1e78074 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -702,9 +702,11 @@ A line ending with \ will be concatenated with the next one, so long lines it will be used instead the global configfile attribute.

Notes: @@ -881,10 +883,8 @@ A line ending with \ will be concatenated with the next one, so long lines If this attribute is set, then the last command of the generated configfile (see the save command) will be
include <lastinclude-value>
- This file is needed, as the save command will write only defines and - attributes to the config file, any other commands / includes will be - lost. E.g. it makes sense to set the FHTcode in - this file. + This attribute is DEPRECATED, use notify, with + the INITIALIZED event to execute commands after initialization.