mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
WMBUS: bugfix, delete did not work correctly
git-svn-id: https://svn.fhem.de/fhem/trunk@6444 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4f5e7f9279
commit
43f1642362
@ -161,7 +161,7 @@ WMBUS_Undef($$)
|
||||
my $name = $hash->{NAME};
|
||||
my $addr = $hash->{addr};
|
||||
|
||||
#delete( $modules{WMBUS}{defptr}{$addr} );
|
||||
delete( $modules{WMBUS}{defptr}{$addr} );
|
||||
|
||||
return undef;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user