mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
fhemupdate added
git-svn-id: https://svn.fhem.de/fhem/trunk@921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
805dc543ee
commit
0c906d6a98
@ -46,6 +46,7 @@
|
||||
<a href="#help">?,help</a>
|
||||
<a href="#include">include</a>
|
||||
<a href="#inform">inform</a>
|
||||
<a href="#fhemupdate">fhemupdate</a>
|
||||
<a href="#list">list</a>
|
||||
<a href="#modify">modify</a>
|
||||
<a href="#quit">quit</a>
|
||||
@ -527,6 +528,22 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
<br>
|
||||
</ul>
|
||||
|
||||
<a name="fhemupdate"></a>
|
||||
<h3>fhemupdate</h3>
|
||||
<ul>
|
||||
<code>fhemupdate [filename]</code> <br>
|
||||
<br>
|
||||
Update the fhem modules and documentation from a nightly CVS chekout. For
|
||||
this purpose fhem contants http://fhem.de, compares the stored timestamps
|
||||
of the local files with the filelist on the server, and downloads the files
|
||||
changed on the server. For all downloaded modules a reload will be
|
||||
scheduled if the corresponding module is loaded.<br>
|
||||
If an explicit filename is given, then this file will be downloaded
|
||||
unconditionally.<br>
|
||||
Note: if the main program (fhem.pl) is changed, a manual restart of fhem
|
||||
will be necessary to apply the changes.
|
||||
<br> </ul>
|
||||
|
||||
<a name="list"></a>
|
||||
<h3>list</h3>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user