mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-28 02:44:53 +00:00
Corrected ON/OFF Codes for InterTechno
git-svn-id: https://svn.fhem.de/fhem/trunk@1222 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0250d2e386
commit
895d3ad1d4
@ -4638,7 +4638,7 @@ Attributes:<br>
|
||||
<a name="ITdefine"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> IT <housecode> <off-code> <on-code>
|
||||
<code>define <name> IT <housecode> <on-code> <off-code>
|
||||
[<dimup-code>] [<dimdown-code>] </code>
|
||||
<br><br>
|
||||
|
||||
@ -4653,10 +4653,10 @@ Attributes:<br>
|
||||
<ul>
|
||||
<li><code><housecode></code> is a 10 digit tri-state number (0/1/F) depending on
|
||||
your device setting (see list below).</li>
|
||||
<li><code><off-code></code> is a 2 digit tri-state number for switching your device off;
|
||||
It is appended to the housecode to build the 12-digits IT-Message.</li>
|
||||
<li><code><on-code></code> is a 2 digit tri-state number for switching your device on;
|
||||
It is appended to the housecode to build the 12-digits IT-Message.</li>
|
||||
<li><code><off-code></code> is a 2 digit tri-state number for switching your device off;
|
||||
It is appended to the housecode to build the 12-digits IT-Message.</li>
|
||||
<li>The optional <code><dimup-code></code> is a 2 digit tri-state number for dimming your device up;
|
||||
It is appended to the housecode to build the 12-digits IT-Message.</li>
|
||||
<li>The optional <code><dimdown-code></code> is a 2 digit tri-state number for dimming your device down;
|
||||
@ -4666,8 +4666,8 @@ Attributes:<br>
|
||||
|
||||
Examples:
|
||||
<ul>
|
||||
<code>define lamp IT 01FF010101 00 11 01 10</code><br>
|
||||
<code>define roll1 IT 111111111F 00 11 01 10</code><br>
|
||||
<code>define lamp IT 01FF010101 11 00 01 10</code><br>
|
||||
<code>define roll1 IT 111111111F 11 00 01 10</code><br>
|
||||
<code>define otherlamp IT 000000000F 11 10 00 00</code><br>
|
||||
<code>define otherroll1 IT FFFFFFF00F 11 10</code>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user