mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +00:00
49_SSCam: fix warnings, Forum: 45671#msg975610
git-svn-id: https://svn.fhem.de/fhem/trunk@20194 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1c49b62bae
commit
8d6ad355a6
@ -545,8 +545,10 @@ return undef;
|
|||||||
################################################################
|
################################################################
|
||||||
sub SSCam_Undef($$) {
|
sub SSCam_Undef($$) {
|
||||||
my ($hash, $arg) = @_;
|
my ($hash, $arg) = @_;
|
||||||
|
my $name = $hash->{NAME};
|
||||||
|
|
||||||
RemoveInternalTimer($hash);
|
RemoveInternalTimer($hash);
|
||||||
|
delete $data{SSCam}{$name};
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user