diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm
index 89a5e4312..005cf9365 100644
--- a/fhem/FHEM/98_update.pm
+++ b/fhem/FHEM/98_update.pm
@@ -312,7 +312,7 @@ doUpdate($$$$)
$canJoin = 1;
}
- my @excl = split(" ", AttrVal("global", "exclude_from_update", ""));
+ my @excl = split(/[\s,]+/, AttrVal("global", "exclude_from_update", ""));
my $noSzCheck = AttrVal("global", "updateNoFileCheck", configDBUsed());
my $hideExcl = AttrVal("global", "hideExcludedUpdates", 0); #Forum #124670
@@ -672,10 +672,11 @@ upd_writeFile($$$$)
exclude_from_update
- Contains a space separated list of fileNames (regexps) which will be
- excluded by an update. The special value commandref will disable calling
- commandref_join at the end, i.e commandref.html will be out of date.
- The module-only documentation is not affected and is up-to-date.
+ Contains a space or comma separated list of fileNames (regexps) which
+ will be excluded by an update. The special value commandref will
+ disable calling commandref_join at the end, i.e commandref.html will be
+ out of date. The module-only documentation is not affected and is
+ up-to-date.
Example:
attr global exclude_from_update 21_OWTEMP.pm FS20.off.png
@@ -782,11 +783,12 @@ upd_writeFile($$$$)
- exclude_from_update
- Enthält eine Liste durch Leerzeichen getrennter Dateinamen
- (Regexp), welche nicht beim update berücksichtigt werden.
- Falls der Wert commandref enthält, dann wird commandref_join.pl
- nach dem update nicht aufgerufen, d.h. die Gesamtdokumentation ist
- nicht mehr aktuell. Die Moduldokumentation bleibt weiterhin aktuell.
+ Enthält eine durch Leerzeichen oder Komma getrennte Liste von
+ Dateinamen (Regexp), welche beim update nicht berücksichtigt
+ werden.
Falls der Wert commandref enthält, dann wird
+ commandref_join.pl nach dem update nicht aufgerufen, d.h. die
+ Gesamtdokumentation ist nicht mehr aktuell. Die Moduldokumentation
+ bleibt weiterhin aktuell.
Beispiel: