From e5481aa1ee141f2eeaaa44aa1ed7f15553dc7e68 Mon Sep 17 00:00:00 2001 From: odroegehorn <> Date: Wed, 11 Aug 2010 05:57:00 +0000 Subject: [PATCH] Updated info's for the RENDERER git-svn-id: https://svn.fhem.de/fhem/trunk@689 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index b4494f30f..e63aa774a 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -5453,11 +5453,11 @@ isday
  • multiprocess
    This defines if the Renderer works in a multiprocessing mode.
    - You can set multiprocessing either to ON / OFF and the renderer will draw the + You can set multiprocessing either to on / off and the renderer will draw the time-scheduled tasks either in multiprocessing mode, or not. NOTE: Direct GET calls, except for a general GET (for all weblinks) will be renderer in an interactive mode, meaning that the FHEM-Loop will be block as long as the graphics are rendered. - If you want to use multiprocessing, set the RENDERER and multiprocessing to ON and the + If you want to use multiprocessing, set the RENDERER and multiprocessing to on and the weblink-graphics will be rendered in the background.