2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 14:16:42 +00:00

FHT80b: housecode replaced with fhtaddress, as suggested by Christian

git-svn-id: https://svn.fhem.de/fhem/trunk@3992 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-10-02 12:46:16 +00:00
parent e35c3d2a28
commit 399d2114d3

View File

@ -718,10 +718,10 @@ getFhtBuffer($)
<a name="FHTdefine"></a> <a name="FHTdefine"></a>
<b>Define</b> <b>Define</b>
<ul> <ul>
<code>define &lt;name&gt; FHT &lt;housecode&gt;</code> <code>define &lt;name&gt; FHT &lt;fhtaddress&gt;</code>
<br><br> <br><br>
<code>&lt;housecode&gt;</code> is a four digit hex number, <code>&lt;fhtaddress&gt;</code> is a four digit hex number,
corresponding to the address of the FHT80b device. corresponding to the address of the FHT80b device.
<br> <br>
@ -809,7 +809,7 @@ getFhtBuffer($)
<br> <br>
<li>The FHT is very economical (or lazy), it accepts one message from the <li>The FHT is very economical (or lazy), it accepts one message from the
FHZ1x00 every 115+x seconds, where x depends on the housecode. Don't FHZ1x00 every 115+x seconds, where x depends on the fhtaddress. Don't
be surprised if your command is only accepted 10 minutes later by the be surprised if your command is only accepted 10 minutes later by the
device. FHT commands are buffered in the FHZ1x00/CUL till they are device. FHT commands are buffered in the FHZ1x00/CUL till they are
sent to the FHT, see the related <code>fhtbuf</code> entry in the sent to the FHT, see the related <code>fhtbuf</code> entry in the