2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 18:56:03 +00:00

CUL_IT: Update documentation

git-svn-id: https://svn.fhem.de/fhem/trunk@8420 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dancer0705 2015-04-12 07:02:05 +00:00
parent 3eace99ae4
commit d41ce048b0
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,6 @@
# 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.
- change: CUL_IT: Update documentation
- Bugfix: CUL_TCM97001: Add temperature trend, update documentation
- feature: new fhemweb widgets. see widgetOverride in commandref
- Bugfix: 73_km200 - Fix for get-command responding with false error message

View File

@ -8,8 +8,6 @@
######################################################
package main;
# $Id$
use strict;
use warnings;
@ -874,9 +872,9 @@ Beispiele:
Für Intertechno Protokoll 3 ist der <housecode> eine 26-stellige Zahl. Zusätzlich wird noch ein 1 stelliger Gruppen-Code, sowie
ein 4-stelliger unit code verwendet.
<ul>
<li><code>&lt;address&gt;</code> is a 26 digit number (0/1)</li>
<li><code>&lt;group&gt;</code> is a 1 digit number (0/1)</li>
<li><code>&lt;unit&gt;</code> is a 4 digit number (0/1)</li>
<li><code>&lt;address&gt;</code> ist eine 26-stellige Nummer (0/1)</li>
<li><code>&lt;group&gt;</code> ist eine 1-stellige Nummer (0/1)</li>
<li><code>&lt;unit&gt;</code> ist eine 4-stellige Nummer (0/1)</li>
</ul>
<br>
@ -929,7 +927,7 @@ Beispiele:
<a name="IODev"></a>
<li>IODev<br>
Spezifiziert das physische Ger&auml;t, das die Ausstrahlung der Befehle f&uuml;r das
"logische" Ger&auml;t ausf??hrt. Ein Beispiel f&uuml;r ein physisches Ger&auml;t ist ein CUL.<br>
"logische" Ger&auml;t ausf&uuml;hrt. Ein Beispiel f&uuml;r ein physisches Ger&auml;t ist ein CUL.<br>
Anmerkung: Beim Start weist fhem einem InterTechno-Ger&auml;t kein IO-Ger&auml;t zu.
Das Attribut IODev ist daher IMMER zu setzen.</li><br>