mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
01_FHEMWEB.pm: modify the longpollSVG documentation (Forum #40176)
git-svn-id: https://svn.fhem.de/fhem/trunk@9692 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
df9ca253b7
commit
2f135a3075
@ -3127,13 +3127,12 @@ FW_widgetOverride($$)
|
||||
<li>longpollSVG<br>
|
||||
Reloads an SVG weblink, if an event should modify its content. Since
|
||||
an exact determination of the affected events is too complicated, we
|
||||
need some help from the #FileLog definition in the .gplot file: the
|
||||
filter used there (second parameter) must either contain only the
|
||||
deviceName or have the form deviceName.event or deviceName.*. This is
|
||||
always the case when using the <a href="#plotEditor">Plot
|
||||
need some help from the definition in the .gplot file: the filter used
|
||||
there (second parameter if the source is FileLog) must either contain
|
||||
only the deviceName or have the form deviceName.event or deviceName.*.
|
||||
This is always the case when using the <a href="#plotEditor">Plot
|
||||
editor</a>. The SVG will be reloaded for <b>any</b> event triggered by
|
||||
this deviceName.
|
||||
Default is off.
|
||||
this deviceName. Default is off.
|
||||
</li>
|
||||
<br>
|
||||
|
||||
@ -3843,12 +3842,12 @@ FW_widgetOverride($$)
|
||||
<a name="longpollSVG"></a>
|
||||
<li>longpollSVG<br>
|
||||
Lädt SVG Instanzen erneut, falls ein Ereignis dessen Inhalt
|
||||
ändert. Funktioniert nur, falls der dazugehörige #FileLog
|
||||
Definition in der .gplot Datei folgenden Form hat: deviceName.Event
|
||||
bzw. deviceName.*. Wenn man den <a href="#plotEditor">Plot
|
||||
Editor</a> benutzt, ist das übrigens immer der Fall. Die SVG Datei
|
||||
wird bei <b>jedem</b> auslösenden Event dieses Gerätes neu
|
||||
geladen. Standard ist aus.
|
||||
ändert. Funktioniert nur, falls die dazugehörige Definition
|
||||
der Quelle in der .gplot Datei folgenden Form hat: deviceName.Event
|
||||
bzw. deviceName.*. Wenn man den <a href="#plotEditor">Plot Editor</a>
|
||||
benutzt, ist das übrigens immer der Fall. Die SVG Datei wird bei
|
||||
<b>jedem</b> auslösenden Event dieses Gerätes neu geladen.
|
||||
Die Voreinstellung ist aus.
|
||||
</li><br>
|
||||
|
||||
<a name="menuEntries"></a>
|
||||
|
@ -2744,8 +2744,8 @@ RemoveInternalTimer($)
|
||||
|
||||
#####################################
|
||||
sub
|
||||
stacktrace() {
|
||||
|
||||
stacktrace()
|
||||
{
|
||||
my $i = 1;
|
||||
my $max_depth = 50;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user