mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
optimice lacyConfig performance - ignore CUL
git-svn-id: https://svn.fhem.de/fhem/trunk@5025 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f0e2621b53
commit
2cae28656a
@ -682,7 +682,8 @@ sub CUL_HM_hmInitMsgUpdt($){ #update device init msg for HMLAN
|
|||||||
$p[1] &= 0xFD;
|
$p[1] &= 0xFD;
|
||||||
}
|
}
|
||||||
$hash->{helper}{io}{newChn} = sprintf("%s%02X%s",@p);
|
$hash->{helper}{io}{newChn} = sprintf("%s%02X%s",@p);
|
||||||
if ($hash->{helper}{io}{newChn} ne $oldChn){
|
if ($hash->{helper}{io}{newChn} ne $oldChn
|
||||||
|
&&{$hash->{IODev}->{TYPE}} eq "HMLAN"){
|
||||||
my $id = CUL_HM_hash2Id($hash);
|
my $id = CUL_HM_hash2Id($hash);
|
||||||
IOWrite($hash, "", "init:$id");
|
IOWrite($hash, "", "init:$id");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user