mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
Typos
git-svn-id: https://svn.fhem.de/fhem/trunk@755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c718b542b4
commit
cf66f01387
@ -1946,6 +1946,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
</li><br>
|
</li><br>
|
||||||
<li>uptime<br>
|
<li>uptime<br>
|
||||||
return the CUL uptime (time since CUL reset).
|
return the CUL uptime (time since CUL reset).
|
||||||
|
</li><br>
|
||||||
<li>raw<br>
|
<li>raw<br>
|
||||||
Issue a CUL firmware command, and wait for one line of data returned by
|
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
|
the CUL. See the CUL firmware README document for details on CUL
|
||||||
@ -3162,6 +3163,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
<code>set pumpspeed 6.75</code><br>
|
<code>set pumpspeed 6.75</code><br>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="VantagePro2"></a>
|
<a name="VantagePro2"></a>
|
||||||
@ -4781,15 +4783,15 @@ Terminating
|
|||||||
<h3>FHEM2FHEM</h3>
|
<h3>FHEM2FHEM</h3>
|
||||||
<ul>
|
<ul>
|
||||||
FHEM2FHEM is a helper module to connect separate fhem installations.
|
FHEM2FHEM is a helper module to connect separate fhem installations.
|
||||||
|
<br><br>
|
||||||
<a name="FHEM2FHEMdefine"></a>
|
<a name="FHEM2FHEMdefine"></a>
|
||||||
<b>Define</b>
|
<b>Define</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>define <name> FHEM2FHEM <host:portnr> [LOG:regexp|RAW:devicename]
|
<code>define <name> FHEM2FHEM <host:portnr> [LOG:regexp|RAW:devicename]
|
||||||
</code>
|
</code>
|
||||||
</ul>
|
|
||||||
<br>
|
<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
|
attribute of the remote fhem. The next parameter specifies the connection
|
||||||
type:
|
type:
|
||||||
<ul>
|
<ul>
|
||||||
@ -4819,6 +4821,7 @@ Terminating
|
|||||||
<code>define ds1 FHEM2FHEM 192.168.0.1:7072 LOG:.*</code><br>
|
<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>
|
<code>define ds2 FHEM2FHEM 192.168.0.1:7072 RAW:CUL</code><br>
|
||||||
</ul>
|
</ul>
|
||||||
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<a name="FHEM2FHEMset"></a>
|
<a name="FHEM2FHEMset"></a>
|
||||||
@ -4938,7 +4941,6 @@ Terminating
|
|||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -5493,6 +5495,7 @@ Terminating
|
|||||||
Used to reopen a FileLog after making some manual changes to the logfile.
|
Used to reopen a FileLog after making some manual changes to the logfile.
|
||||||
<br>
|
<br>
|
||||||
</ul>
|
</ul>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<a name="FileLogget"></a>
|
<a name="FileLogget"></a>
|
||||||
@ -5501,7 +5504,9 @@ Terminating
|
|||||||
<code>get <name> <infile> <outfile> <from>
|
<code>get <name> <infile> <outfile> <from>
|
||||||
<to> <column_spec> </code>
|
<to> <column_spec> </code>
|
||||||
<br><br>
|
<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>
|
<ul>
|
||||||
<li><infile><br>
|
<li><infile><br>
|
||||||
Name of the logfile to grep. "-" is the current logfile, or you can
|
Name of the logfile to grep. "-" is the current logfile, or you can
|
||||||
|
Loading…
x
Reference in New Issue
Block a user