From 57dd720fdfef875bcdd4152e00e4aa89824747d7 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 21 Feb 2012 19:46:08 +0000 Subject: [PATCH] fhtsoftbuffeer removed from the CUL section git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1276 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- docs/commandref.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/commandref.html b/docs/commandref.html index 8b2c12612..79b1def12 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -2377,9 +2377,8 @@ A line ending with \ will be concatenated with the next one, so long lines
  • fhtbuf
    CUL has a message buffer for the FHT. If the buffer is full, then newly - issued commands will be dropped, if the attribute fhtsoftbuffer is not set. - Instead, a "EOB" message is issued. + issued commands will be dropped, and an "EOB" message is issued to the + fhem log. fhtbuf returns the free memory in this buffer (in hex), an empty buffer in the CUL-V2 is 74 bytes, in CUL-V3/CUN 200 Bytes. A message occupies 3 + 2x(number of FHT commands) bytes,