mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
09_CUL_FHTTK.pm added german module documentation
git-svn-id: https://svn.fhem.de/fhem/trunk@4990 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1f51be77b8
commit
d944dc1ca6
@ -1,13 +1,14 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- SVN
|
||||
- added: 09_CUL_FHTTK.pm: german module documentation (matscher)
|
||||
- feature: readingsGroup: allow FHEMWEB slider and dropdown menus as commands
|
||||
- feature FB_CALLMONITOR: new attribute "disable" to
|
||||
disable FB_CALLMONITOR
|
||||
- feature: YAMAHA_BD: new attribute "disable" to disable cyclic status
|
||||
updates of player
|
||||
- change: 09_CUL_FHTTK.pm: added event-on...readings and event-min-interval
|
||||
updated to reading update mechanism
|
||||
updated to reading update mechanism (matscher)
|
||||
- feature: Dashboard: Groupstitel now can show icons,
|
||||
Backbutton in Fullsize-Mode
|
||||
- deleted: 51_BBB_WATCHDOG.pm - not really needed
|
||||
|
@ -321,4 +321,62 @@ CUL_FHTTK_Parse($$)
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=begin html_DE
|
||||
|
||||
<a name="CUL_FHTTK"></a>
|
||||
<h3>CUL_FHTTK</h3>
|
||||
<ul>
|
||||
Dieses Modul hantiert die empfangen Daten von FHT80 TF "Fenster-Tür-Kontakt" Sensoren, welche
|
||||
normalerweise nur mit den <a href="#FHT">FHT80B</a> Geräten kommunizieren. Mit diesen Modul können
|
||||
FHT80 TFs in eingeschränkter Weise ähnlich wie HMS TFK Sensoren benutzt werden (weitere
|
||||
Informationen sind unter <a href="http://fhz4linux.info/tiki-index.php?page=FHT+protocol">Wiki</a> zu lesen).
|
||||
Der name des FHEM Moduls wurde so gewählt, weil a) nur der CUL die Daten empfangen kann und b) "TF" normalerweise
|
||||
Temperatur- und Feuchtigkeitssensoren suggeriert. (Keine Ahnung, warum ELV diesen Sensor nicht TFK genannt hat,
|
||||
wie die Sensoren von FS20 und HMS).
|
||||
<br><br>
|
||||
<a href="#CUL">CUL</a> device muss vorhr definiert sein.<br><br>
|
||||
|
||||
<a name="CUL_FHTTKdefine"></a>
|
||||
<b>D</b>
|
||||
<ul>
|
||||
<code>define <name> CUL_FHTTK <devicecode></code>
|
||||
<br><br>
|
||||
|
||||
<code><devicecode></code> Ist eine sechstellige Hexadezimalzahl, welche zum Zeitpunkt der Produktion
|
||||
des FHT80 TF gegeben wurde. Somit ist diese auch nicht mehr änderbar und bleibt auch nach einem Batteriewechsel
|
||||
erhalten.<br>
|
||||
|
||||
Examples:
|
||||
<ul>
|
||||
<code>define TK_TEST CUL_FHTTK 965AB0</code>
|
||||
</ul>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<a name="CUL_FHTTKset"></a>
|
||||
<b>Set </b>
|
||||
<ul> N/A </ul>
|
||||
<br>
|
||||
|
||||
<b>Get</b>
|
||||
<ul> N/A </ul>
|
||||
<br>
|
||||
|
||||
<a name="CUL_FHTTKattr"></a>
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><a href="#do_not_notify">do_not_notify</a></li><br>
|
||||
<li><a href="#loglevel">loglevel</a></li><br>
|
||||
<li><a href="#model">model</a> (FHT80TF)</li><br>
|
||||
<li><a href="#showtime">showtime</a></li><br>
|
||||
<li><a href="#IODev">IODev</a></li><br>
|
||||
<li><a href="#ignore">ignore</a></li><br>
|
||||
<li><a href="#eventMap">eventMap</a></li><br>
|
||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
</ul>
|
||||
|
||||
=end html_DE
|
||||
=cut
|
||||
|
Loading…
x
Reference in New Issue
Block a user