shutdown restart added

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1146 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-12-26 14:32:39 +00:00
parent 60083fdf2a
commit 16637471b4
4 changed files with 12 additions and 8 deletions

View File

@@ -962,14 +962,16 @@ A line ending with \ will be concatenated with the next one, so long lines
<a name="shutdown"></a>
<h3>shutdown</h3>
<ul>
<code>shutdown</code>
<code>shutdown [restart]</code>
<br><br>
Shut down the server (after saving the <a href="#statefile">state information
</a>). It triggers the global:SHUTDOWN event.
</a>). It triggers the global:SHUTDOWN event. If the optional restart
parameter is specified, fhem tries to restart itself.
<br><br>
Example:
<ul>
<code>shutdown</code>
<code>shutdown</code><br>
<code>shutdown restart</code>
</ul>
</ul>