mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 22:56:34 +00:00
lastinclude deprecated
git-svn-id: https://svn.fhem.de/fhem/trunk@927 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f00a346204
commit
d25e1bec4b
@ -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.<br><br>
|
it will be used instead the global configfile attribute.<br><br>
|
||||||
Notes:
|
Notes:
|
||||||
<ul>
|
<ul>
|
||||||
<li>save only writes out definitions and attributes, but no commands
|
<li>save only writes out definitions and attributes, but no (set/get)
|
||||||
which were previously part of the config file. Put such commands in the
|
commands which were previously part of the config file. If you need such
|
||||||
<a href="#lastinclude">lastinclude</a> file.
|
commands after the initialization (e.g. <a href="FHZset">FHTcode</a>), you
|
||||||
|
should trigger them via <a href="#notify">notify</a>, when receiving the
|
||||||
|
INITIALIZED event.
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -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
|
If this attribute is set, then the last command of the generated
|
||||||
configfile (see the <a href="#save">save</a> command) will be<br>
|
configfile (see the <a href="#save">save</a> command) will be<br>
|
||||||
include <lastinclude-value><br>
|
include <lastinclude-value><br>
|
||||||
This file is needed, as the save command will write only defines and
|
This attribute is DEPRECATED, use <a href="#notify">notify</a>, with
|
||||||
attributes to the config file, any other commands / includes will be
|
the INITIALIZED event to execute commands after initialization.
|
||||||
lost. E.g. it makes sense to set the <a href="FHZset">FHTcode</a> in
|
|
||||||
this file.
|
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a name="logfile"></a>
|
<a name="logfile"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user