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.