bugfix Undefined subroutine &FHEM::backupToStorage::PollChild called
This commit is contained in:
parent
1102232d7e
commit
7d0381f63f
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user