From 53ac7e17889fcb5d312821ae1cf0c117b022b058 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Mon, 22 Mar 2010 14:37:09 +0000
Subject: [PATCH] Typo
git-svn-id: https://svn.fhem.de/fhem/trunk@603 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index cb6bea623..3cc5c392e 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -1778,9 +1778,9 @@ A line ending with \ will be concatenated with the next one, so long lines
Putting them in a common sendpool will serialize sending the events.
E.g. if you have three CUN's, you have to specify following
attributes:
- attr CUL1 sendpool CUL1,CUL2,CUL3
- attr CUL2 sendpool CUL1,CUL2,CUL3
- attr CUL3 sendpool CUL1,CUL2,CUL3
+ attr CUN1 sendpool CUN1,CUN2,CUN3
+ attr CUN2 sendpool CUN1,CUN2,CUN3
+ attr CUN3 sendpool CUN1,CUN2,CUN3