bugfix Undefined subroutine &FHEM::backupToStorage::PollChild called

This commit is contained in:
Marko Oldenburg 2021-11-09 13:22:13 +01:00
parent 1102232d7e
commit 7d0381f63f
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 {