diff --git a/controls_backupToStorage.txt b/controls_backupToStorage.txt index 43d0e1f..098298e 100644 --- a/controls_backupToStorage.txt +++ b/controls_backupToStorage.txt @@ -1,2 +1,2 @@ UPD 2021-11-09_13:08:21 6508 FHEM/98_backupToStorage.pm -UPD 2021-11-09_13:14:32 24111 lib/FHEM/Services/backupToStorage.pm +UPD 2021-11-09_13:21:43 24151 lib/FHEM/Services/backupToStorage.pm diff --git a/lib/FHEM/Services/backupToStorage.pm b/lib/FHEM/Services/backupToStorage.pm index 4999d6c..654a6e9 100644 --- a/lib/FHEM/Services/backupToStorage.pm +++ b/lib/FHEM/Services/backupToStorage.pm @@ -360,7 +360,7 @@ sub Attr { } InternalTimer( gettimeofday() + 1, - 'FHEM::backupToStorage::_CheckIsDisabledAfterSetAttr', $hash, 0 ); + 'FHEM::Services::backupToStorage::_CheckIsDisabledAfterSetAttr', $hash, 0 ); } elsif ( $attrName eq 'bTS_Type' ) { InternalTimer( gettimeofday() + 1, @@ -455,7 +455,7 @@ sub PushToStorage { $hash->{".fhem"}{subprocess} = $subprocess; InternalTimer( gettimeofday() + 1, - "FHEM::backupToStorage::PollChild", $hash ); + "FHEM::Services::backupToStorage::PollChild", $hash ); } Log3( $hash, 4, @@ -518,7 +518,7 @@ sub KeepLastN { $hash->{".fhem"}{subprocess} = $subprocess; InternalTimer( gettimeofday() + 1, - "FHEM::backupToStorage::PollChild", $hash ); + "FHEM::Services::backupToStorage::PollChild", $hash ); } Log3( $hash, 4, @@ -542,7 +542,7 @@ sub PollChild { ); InternalTimer( gettimeofday() + 1, - "FHEM::backupToStorage::PollChild", $hash ); + "FHEM::Services::backupToStorage::PollChild", $hash ); return; } else {