2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

no statusrequest for switch acks

git-svn-id: https://svn.fhem.de/fhem/trunk@4057 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-10-16 21:05:43 +00:00
parent 5d3aa150a0
commit f7c06d8cb6

View File

@ -1004,7 +1004,8 @@ sub CUL_HM_Parse($$) {##############################
$shash = $modules{CUL_HM}{defptr}{$chId}
if($modules{CUL_HM}{defptr}{$chId});
my $physLvl; #store phys level if available
if($p =~ m/^........(..)(..)$/){ #message with physical level?
if( $p =~ m/^........(..)(..)$/ #message with physical level?
&& $st eq "dimmer"){
my $pl = hex($2)/2;
my $vDim = $shash->{helper}{vDim}; #shortcut
if ($vDim->{idPhy} &&