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>
|
<li>longpollSVG<br>
|
||||||
Reloads an SVG weblink, if an event should modify its content. Since
|
Reloads an SVG weblink, if an event should modify its content. Since
|
||||||
an exact determination of the affected events is too complicated, we
|
an exact determination of the affected events is too complicated, we
|
||||||
need some help from the #FileLog definition in the .gplot file: the
|
need some help from the definition in the .gplot file: the filter used
|
||||||
filter used there (second parameter) must either contain only the
|
there (second parameter if the source is FileLog) must either contain
|
||||||
deviceName or have the form deviceName.event or deviceName.*. This is
|
only the deviceName or have the form deviceName.event or deviceName.*.
|
||||||
always the case when using the <a href="#plotEditor">Plot
|
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
|
editor</a>. The SVG will be reloaded for <b>any</b> event triggered by
|
||||||
this deviceName.
|
this deviceName. Default is off.
|
||||||
Default is off.
|
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -3843,12 +3842,12 @@ FW_widgetOverride($$)
|
|||||||
<a name="longpollSVG"></a>
|
<a name="longpollSVG"></a>
|
||||||
<li>longpollSVG<br>
|
<li>longpollSVG<br>
|
||||||
Lädt SVG Instanzen erneut, falls ein Ereignis dessen Inhalt
|
Lädt SVG Instanzen erneut, falls ein Ereignis dessen Inhalt
|
||||||
ändert. Funktioniert nur, falls der dazugehörige #FileLog
|
ändert. Funktioniert nur, falls die dazugehörige Definition
|
||||||
Definition in der .gplot Datei folgenden Form hat: deviceName.Event
|
der Quelle in der .gplot Datei folgenden Form hat: deviceName.Event
|
||||||
bzw. deviceName.*. Wenn man den <a href="#plotEditor">Plot
|
bzw. deviceName.*. Wenn man den <a href="#plotEditor">Plot Editor</a>
|
||||||
Editor</a> benutzt, ist das übrigens immer der Fall. Die SVG Datei
|
benutzt, ist das übrigens immer der Fall. Die SVG Datei wird bei
|
||||||
wird bei <b>jedem</b> auslösenden Event dieses Gerätes neu
|
<b>jedem</b> auslösenden Event dieses Gerätes neu geladen.
|
||||||
geladen. Standard ist aus.
|
Die Voreinstellung ist aus.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a name="menuEntries"></a>
|
<a name="menuEntries"></a>
|
||||||
|
@ -2744,8 +2744,8 @@ RemoveInternalTimer($)
|
|||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
sub
|
sub
|
||||||
stacktrace() {
|
stacktrace()
|
||||||
|
{
|
||||||
my $i = 1;
|
my $i = 1;
|
||||||
my $max_depth = 50;
|
my $max_depth = 50;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user