2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-04 17:08:43 +00:00

commandref: fix bad links in the save command

git-svn-id: https://svn.fhem.de/fhem/trunk@8381 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-04-06 07:36:54 +00:00
parent d39ebdce03
commit d189343573
2 changed files with 2 additions and 2 deletions

View File

@ -1030,7 +1030,7 @@ The following local attributes are used by a wider range of devices:
<ul>
<li>save only writes out definitions and attributes, but no (set/get)
commands which were previously part of the config file. If you need such
commands after the initialization (e.g. <a href="FHZset">FHTcode</a>), you
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.</li>

View File

@ -1085,7 +1085,7 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<li>Der Befehl speichert nur &quot;definitions&quot; und
&quot;attributes&quot; aber keine (set/get) Befehle die vorher Teil der
Konfigurationsdatei waren. Wenn Sie solche Befehle nach der
Initialisierung (z.B. <a href="http://fhem.de/FHZset">FHTcode</a>)
Initialisierung (z.B. <a href="#FHZset">FHTcode</a>)
ben&ouml;tigen,dann m&uuml;ssen Sie sie mit <a href="#notify">notify</a>
triggern wenn das INITIALIZED Ereignis eintritt.</li>