mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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:
parent
3eace99ae4
commit
d41ce048b0
@ -1,5 +1,6 @@
|
|||||||
# 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.
|
||||||
|
- change: CUL_IT: Update documentation
|
||||||
- Bugfix: CUL_TCM97001: Add temperature trend, update documentation
|
- Bugfix: CUL_TCM97001: Add temperature trend, update documentation
|
||||||
- feature: new fhemweb widgets. see widgetOverride in commandref
|
- feature: new fhemweb widgets. see widgetOverride in commandref
|
||||||
- Bugfix: 73_km200 - Fix for get-command responding with false error message
|
- Bugfix: 73_km200 - Fix for get-command responding with false error message
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
######################################################
|
######################################################
|
||||||
package main;
|
package main;
|
||||||
|
|
||||||
# $Id$
|
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
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
|
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.
|
ein 4-stelliger unit code verwendet.
|
||||||
<ul>
|
<ul>
|
||||||
<li><code><address></code> is a 26 digit number (0/1)</li>
|
<li><code><address></code> ist eine 26-stellige Nummer (0/1)</li>
|
||||||
<li><code><group></code> is a 1 digit number (0/1)</li>
|
<li><code><group></code> ist eine 1-stellige Nummer (0/1)</li>
|
||||||
<li><code><unit></code> is a 4 digit number (0/1)</li>
|
<li><code><unit></code> ist eine 4-stellige Nummer (0/1)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -929,7 +927,7 @@ Beispiele:
|
|||||||
<a name="IODev"></a>
|
<a name="IODev"></a>
|
||||||
<li>IODev<br>
|
<li>IODev<br>
|
||||||
Spezifiziert das physische Gerät, das die Ausstrahlung der Befehle für das
|
Spezifiziert das physische Gerät, das die Ausstrahlung der Befehle für das
|
||||||
"logische" Gerät ausf??hrt. Ein Beispiel für ein physisches Gerät ist ein CUL.<br>
|
"logische" Gerät ausführt. Ein Beispiel für ein physisches Gerät ist ein CUL.<br>
|
||||||
Anmerkung: Beim Start weist fhem einem InterTechno-Gerät kein IO-Gerät zu.
|
Anmerkung: Beim Start weist fhem einem InterTechno-Gerät kein IO-Gerät zu.
|
||||||
Das Attribut IODev ist daher IMMER zu setzen.</li><br>
|
Das Attribut IODev ist daher IMMER zu setzen.</li><br>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user