shutdown/rereadcfg added

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@932 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-07-07 08:46:28 +00:00
parent 9794cb6dea
commit ba16ab763b
2 changed files with 5 additions and 3 deletions

View File

@@ -706,7 +706,7 @@ A line ending with \ will be concatenated with the next one, so long lines
Re-read the configuration file.
Note: The statefile will be saved first, then the config file will be read
(all devices will be initialized again), and at last the statefile will be
reloaded.
reloaded. It triggers upon completion the global:REREADCFG event.
<br><br>
Example:
<ul>
@@ -783,7 +783,7 @@ A line ending with \ will be concatenated with the next one, so long lines
<code>shutdown</code>
<br><br>
Shut down the server (after saving the <a href="#statefile">state information
</a>)
</a>). It triggers the global:SHUTDOWN event.
<br><br>
Example:
<ul>