2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@603 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2010-03-22 14:37:09 +00:00
parent e0e19f750d
commit 53ac7e1788

View File

@ -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:<br>
attr CUL1 sendpool CUL1,CUL2,CUL3<br>
attr CUL2 sendpool CUL1,CUL2,CUL3<br>
attr CUL3 sendpool CUL1,CUL2,CUL3<br>
attr CUN1 sendpool CUN1,CUN2,CUN3<br>
attr CUN2 sendpool CUN1,CUN2,CUN3<br>
attr CUN3 sendpool CUN1,CUN2,CUN3<br>
</li><br>
</ul>
<br>