mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 05:06:35 +00:00
EUL added
git-svn-id: https://svn.fhem.de/fhem/trunk@1061 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1122ea4f97
commit
8ca6336e51
@ -2198,7 +2198,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
<li>fhtbuf<br>
|
<li>fhtbuf<br>
|
||||||
CUL has a message buffer for the FHT. If the buffer is full, then newly
|
CUL has a message buffer for the FHT. If the buffer is full, then newly
|
||||||
issued commands will be dropped, if the attribute <a
|
issued commands will be dropped, if the attribute <a
|
||||||
href="#culfhtsoftbuffer">fhtsoftbuffer</a> is not set.
|
href="#fhtsoftbuffer">fhtsoftbuffer</a> is not set.
|
||||||
Instead, a "EOB" message is issued.
|
Instead, a "EOB" message is issued.
|
||||||
<code>fhtbuf</code> returns the free memory in this buffer (in hex),
|
<code>fhtbuf</code> returns the free memory in this buffer (in hex),
|
||||||
an empty buffer in the CUL-V2 is 74 bytes, in CUL-V3/CUN 200 Bytes.
|
an empty buffer in the CUL-V2 is 74 bytes, in CUL-V3/CUN 200 Bytes.
|
||||||
@ -2915,8 +2915,8 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
<ul>
|
<ul>
|
||||||
<code>set switch1 <value></code>
|
<code>set switch1 <value></code>
|
||||||
<br><br>
|
<br><br>
|
||||||
where <code>value</code> is one of A0,AI,B0,BI,C0,CI,D0,DI and
|
where <code>value</code> is one of A0,AI,B0,BI,C0,CI,D0,DI, combinations of
|
||||||
released, in fact we are trying to emulate a PTM100 type remote.
|
these and released, in fact we are trying to emulate a PTM100 type remote.
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
If you define an <a href="#eventMap">eventMap</a> attribute with on/off,
|
If you define an <a href="#eventMap">eventMap</a> attribute with on/off,
|
||||||
@ -2933,7 +2933,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
Example:
|
Example:
|
||||||
<ul><code>
|
<ul><code>
|
||||||
set switch1 BI<br>
|
set switch1 BI<br>
|
||||||
set switch1 B0<br>
|
set switch1 B0,CI<br>
|
||||||
attr eventMap BI:on B0:off<br>
|
attr eventMap BI:on B0:off<br>
|
||||||
set switch1 on<br>
|
set switch1 on<br>
|
||||||
</code></ul>
|
</code></ul>
|
||||||
@ -5956,8 +5956,9 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
|
|||||||
<ul>
|
<ul>
|
||||||
The TCM module serves an USB or TCP/IP connected TCM120 or TCM310 EnOcean
|
The TCM module serves an USB or TCP/IP connected TCM120 or TCM310 EnOcean
|
||||||
Transceiver module. These are mostly packaged together with a serial to USB
|
Transceiver module. These are mostly packaged together with a serial to USB
|
||||||
chip and an antenna, e.g. the BSC BOR contains the TCM120. See also the
|
chip and an antenna, e.g. the BSC BOR contains the TCM120, the EUL from
|
||||||
datasheet available from <a href="http://www.enocean.com">www.enocean.com</a>.
|
busware contains a TCM310. See also the datasheet available from <a
|
||||||
|
href="http://www.enocean.com">www.enocean.com</a>.
|
||||||
<br>
|
<br>
|
||||||
As the TCM120 and the TCM310 speak completely different protocols, this
|
As the TCM120 and the TCM310 speak completely different protocols, this
|
||||||
module implements 2 drivers in one. It is the "physical" part for the <a
|
module implements 2 drivers in one. It is the "physical" part for the <a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user