2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

fhem.pl: remove renumbering on attr IODev (Forum #62653)

git-svn-id: https://svn.fhem.de/fhem/trunk@13411 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-02-14 14:20:06 +00:00
parent 402cf16253
commit e8f7648860

View File

@ -2668,8 +2668,6 @@ CommandAttr($$)
if($attrName eq "IODev") {
my $ioname = $a[2];
$hash->{IODev} = $defs{$ioname};
$hash->{NR} = $devcount++
if($defs{$ioname}{NR} > $hash->{NR});
delete($defs{$ioname}{".clientArray"}); # Force a recompute
}
if($attrName eq "stateFormat" && $init_done) {