2
0
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:
rudolfkoenig 2015-10-26 17:36:34 +00:00
parent df9ca253b7
commit 2f135a3075
2 changed files with 13 additions and 14 deletions

View File

@ -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&auml;dt SVG Instanzen erneut, falls ein Ereignis dessen Inhalt L&auml;dt SVG Instanzen erneut, falls ein Ereignis dessen Inhalt
&auml;ndert. Funktioniert nur, falls der dazugeh&ouml;rige #FileLog &auml;ndert. Funktioniert nur, falls die dazugeh&ouml;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 &uuml;brigens immer der Fall. Die SVG Datei benutzt, ist das &uuml;brigens immer der Fall. Die SVG Datei wird bei
wird bei <b>jedem</b> ausl&ouml;senden Event dieses Ger&auml;tes neu <b>jedem</b> ausl&ouml;senden Event dieses Ger&auml;tes neu geladen.
geladen. Standard ist aus. Die Voreinstellung ist aus.
</li><br> </li><br>
<a name="menuEntries"></a> <a name="menuEntries"></a>

View File

@ -2744,8 +2744,8 @@ RemoveInternalTimer($)
##################################### #####################################
sub sub
stacktrace() { stacktrace()
{
my $i = 1; my $i = 1;
my $max_depth = 50; my $max_depth = 50;