Typos
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1946,6 +1946,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
</li><br>
|
||||
<li>uptime<br>
|
||||
return the CUL uptime (time since CUL reset).
|
||||
</li><br>
|
||||
<li>raw<br>
|
||||
Issue a CUL firmware command, and wait for one line of data returned by
|
||||
the CUL. See the CUL firmware README document for details on CUL
|
||||
@@ -3163,6 +3164,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
</ul>
|
||||
<br>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<a name="VantagePro2"></a>
|
||||
<h3>VantagePro2</h3>
|
||||
@@ -4781,15 +4783,15 @@ Terminating
|
||||
<h3>FHEM2FHEM</h3>
|
||||
<ul>
|
||||
FHEM2FHEM is a helper module to connect separate fhem installations.
|
||||
|
||||
<br><br>
|
||||
<a name="FHEM2FHEMdefine"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> FHEM2FHEM <host:portnr> [LOG:regexp|RAW:devicename]
|
||||
</code>
|
||||
</ul>
|
||||
<br>
|
||||
Conect to the <i>remote</i> fhem on host. portnr is the global port
|
||||
<br>
|
||||
Connect to the <i>remote</i> fhem on host. portnr is the global port
|
||||
attribute of the remote fhem. The next parameter specifies the connection
|
||||
type:
|
||||
<ul>
|
||||
@@ -4819,6 +4821,7 @@ Terminating
|
||||
<code>define ds1 FHEM2FHEM 192.168.0.1:7072 LOG:.*</code><br>
|
||||
<code>define ds2 FHEM2FHEM 192.168.0.1:7072 RAW:CUL</code><br>
|
||||
</ul>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<a name="FHEM2FHEMset"></a>
|
||||
@@ -4938,7 +4941,6 @@ Terminating
|
||||
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
@@ -5493,6 +5495,7 @@ Terminating
|
||||
Used to reopen a FileLog after making some manual changes to the logfile.
|
||||
<br>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
|
||||
<a name="FileLogget"></a>
|
||||
@@ -5501,7 +5504,9 @@ Terminating
|
||||
<code>get <name> <infile> <outfile> <from>
|
||||
<to> <column_spec> </code>
|
||||
<br><br>
|
||||
Read data from the logfile.
|
||||
Read data from the logfile, used by frontends to plot data without direct
|
||||
access to the file.<br>
|
||||
|
||||
<ul>
|
||||
<li><infile><br>
|
||||
Name of the logfile to grep. "-" is the current logfile, or you can
|
||||
|
||||
Reference in New Issue
Block a user