change RegEx for Notify
geändert: lib/FHEM/backupToStorage.pm
This commit is contained in:
parent
188cff6c7c
commit
c04aa3314e
@ -1,2 +1,2 @@
|
|||||||
UPD 2020-06-17_15:03:50 3368 FHEM/98_backupToStorage.pm
|
UPD 2020-06-17_15:03:50 3368 FHEM/98_backupToStorage.pm
|
||||||
UPD 2020-06-17_16:15:16 10990 lib/FHEM/backupToStorage.pm
|
UPD 2020-06-17_16:27:41 10991 lib/FHEM/backupToStorage.pm
|
||||||
|
@ -133,7 +133,7 @@ sub Notify {
|
|||||||
. Dumper $events); # mit Dumper
|
. Dumper $events); # mit Dumper
|
||||||
|
|
||||||
PushToStorage($hash)
|
PushToStorage($hash)
|
||||||
if ( grep m{^backup.done}xms,
|
if ( grep m{^backup done$}xms,
|
||||||
@{$events} && $devname eq 'global' && $init_done );
|
@{$events} && $devname eq 'global' && $init_done );
|
||||||
|
|
||||||
CheckAttributsForCredentials($hash)
|
CheckAttributsForCredentials($hash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user