diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index 16f0f9e36..5eb5136d2 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -4638,7 +4638,7 @@ Attributes:
Define
define <name> IT <housecode> <off-code> <on-code>
+ define <name> IT <housecode> <on-code> <off-code>
[<dimup-code>] [<dimdown-code>]
@@ -4653,10 +4653,10 @@ Attributes:
<housecode>
is a 10 digit tri-state number (0/1/F) depending on
your device setting (see list below).
- <off-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.
<on-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.
+ <off-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.
- The optional
<dimup-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.
- The optional
<dimdown-code>
is a 2 digit tri-state number for dimming your device down;
@@ -4666,8 +4666,8 @@ Attributes:
Examples:
- define lamp IT 01FF010101 00 11 01 10
- define roll1 IT 111111111F 00 11 01 10
+ define lamp IT 01FF010101 11 00 01 10
+ define roll1 IT 111111111F 11 00 01 10
define otherlamp IT 000000000F 11 10 00 00
define otherroll1 IT FFFFFFF00F 11 10