From fcfed1923b681c126a1a72b0bd06dac18f3274ea Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 3 Feb 2023 08:29:12 +0000 Subject: [PATCH] 01_FHEMWEB.pm: better longpollSVG documentation (Forum #131997) git-svn-id: https://svn.fhem.de/fhem/trunk@27172 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/01_FHEMWEB.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 8871fa4ee..25c14b8d1 100644 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -4193,8 +4193,8 @@ FW_log($$) only the deviceName or have the form deviceName.event or deviceName.*. This is always the case when using the Plot editor. The SVG will be reloaded for any event triggered by - this deviceName. Default is off. Note: the plotEmbed attribute must be - set. + this deviceName. Default is off.
+ Note: this feature needs the plotEmbed attribute set to 1.
@@ -5052,8 +5052,9 @@ FW_log($$) bzw. deviceName.*. Wenn man den Plot Editor benutzt, ist das übrigens immer der Fall. Die SVG Datei wird bei jedem auslösenden Event dieses Gerätes neu geladen. - Die Voreinstellung ist aus. Achtung: das plotEmbed Attribute muss - gesetzt sein. + Die Voreinstellung ist aus.
+ Achtung: fuer dieses Feature muss das plotEmbed Attribute auf 1 gesetzt + sein.