mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 01:06:04 +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:
parent
402cf16253
commit
e8f7648860
@ -2668,8 +2668,6 @@ CommandAttr($$)
|
|||||||
if($attrName eq "IODev") {
|
if($attrName eq "IODev") {
|
||||||
my $ioname = $a[2];
|
my $ioname = $a[2];
|
||||||
$hash->{IODev} = $defs{$ioname};
|
$hash->{IODev} = $defs{$ioname};
|
||||||
$hash->{NR} = $devcount++
|
|
||||||
if($defs{$ioname}{NR} > $hash->{NR});
|
|
||||||
delete($defs{$ioname}{".clientArray"}); # Force a recompute
|
delete($defs{$ioname}{".clientArray"}); # Force a recompute
|
||||||
}
|
}
|
||||||
if($attrName eq "stateFormat" && $init_done) {
|
if($attrName eq "stateFormat" && $init_done) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user