2
0
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:
matscher 2014-02-19 19:13:25 +00:00
parent 1f51be77b8
commit d944dc1ca6
2 changed files with 60 additions and 1 deletions

View File

@ -1,13 +1,14 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # Do not insert empty lines here, update check depends on it.
- SVN - SVN
- added: 09_CUL_FHTTK.pm: german module documentation (matscher)
- feature: readingsGroup: allow FHEMWEB slider and dropdown menus as commands - feature: readingsGroup: allow FHEMWEB slider and dropdown menus as commands
- feature FB_CALLMONITOR: new attribute "disable" to - feature FB_CALLMONITOR: new attribute "disable" to
disable FB_CALLMONITOR disable FB_CALLMONITOR
- feature: YAMAHA_BD: new attribute "disable" to disable cyclic status - feature: YAMAHA_BD: new attribute "disable" to disable cyclic status
updates of player updates of player
- change: 09_CUL_FHTTK.pm: added event-on...readings and event-min-interval - 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, - feature: Dashboard: Groupstitel now can show icons,
Backbutton in Fullsize-Mode Backbutton in Fullsize-Mode
- deleted: 51_BBB_WATCHDOG.pm - not really needed - deleted: 51_BBB_WATCHDOG.pm - not really needed

View File

@ -321,4 +321,62 @@ CUL_FHTTK_Parse($$)
</ul> </ul>
=end html =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&uuml;r-Kontakt" Sensoren, welche
normalerweise nur mit den <a href="#FHT">FHT80B</a> Geräten kommunizieren. Mit diesen Modul k&ouml;nnen
FHT80 TFs in eingeschr&auml;nkter Weise &auml;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 &lt;name&gt; CUL_FHTTK &lt;devicecode&gt;</code>
<br><br>
<code>&lt;devicecode&gt;</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 =cut