From c93c0fb809f8735375d6a57e7039dc7ffa4c7b94 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Tue, 1 Dec 2009 22:26:25 +0000
Subject: [PATCH] Typo detected by Axel
git-svn-id: https://svn.fhem.de/fhem/trunk@491 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index ac767c60b..affce1b35 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -1820,11 +1820,11 @@ A line ending with \ will be concatenated with the next one, so long lines
ROUTING in both CUL's:
- First give your base CUL (which remains connected to the PC) an RFR ID
- by issuing the fhem command "set MyCUL raw u0100". With this command
+ by issuing the fhem command "set MyCUL raw ui0100". With this command
the base CUL will get the ID 01, and it will not relay messages to other
CUL's (as the second number is 00).
- Now replace the base CUL with the RFR CUL, and set its id by issuing
- the fhem command "set MyCUL raw u0201". Now remove this CUL and attach the
+ the fhem command "set MyCUL raw ui0201". Now remove this CUL and attach the
original, base CUL again. The RFR CUL got the id 02, and will relay every
message to the base CUL with id 01.
- Take the RFR CUL, and attach it to an USB power supply, as seen on
@@ -1849,9 +1849,9 @@ A line ending with \ will be concatenated with the next one, so long lines
have two characters, each representing a one byte hex number.
Example:
- set MyCUL raw u0100
+ set MyCUL raw ui0100
# Now replace the base CUL with the RFR CUL
- set MyCUL raw u0201
+ set MyCUL raw ui0201
# Reattach the base CUL to the PC and attach the RFR CUL to a
USB power supply
define MyRFR CUL_RFR 02 01