From 895d3ad1d477ff565fd451e9c70d262a0230f49e Mon Sep 17 00:00:00 2001
From: odroegehorn <>
Date: Thu, 26 Jan 2012 01:02:11 +0000
Subject: [PATCH] Corrected ON/OFF Codes for InterTechno
git-svn-id: https://svn.fhem.de/fhem/trunk@1222 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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