2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00

HMConfig:remove warning

git-svn-id: https://svn.fhem.de/fhem/trunk@18284 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2019-01-16 18:56:58 +00:00
parent a222c33941
commit 03060257ab

View File

@ -336,7 +336,6 @@ my $K_actDetID = '000000'; # id of actionDetector
); );
# generate a reverse search hash # generate a reverse search hash
%culHmModel2Id;
$culHmModel2Id{$culHmModel{$_}{name}} = $_ foreach (keys %culHmModel); $culHmModel2Id{$culHmModel{$_}{name}} = $_ foreach (keys %culHmModel);
foreach my $al (keys %culHmModel){ # duplicate entries for alias devices foreach my $al (keys %culHmModel){ # duplicate entries for alias devices