mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
MD15 bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@1799 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
82fd0ea6f9
commit
5cec7be7df
@ -319,7 +319,7 @@ EnOcean_Parse($$)
|
||||
Log 1, $m;
|
||||
push @event, "3:$m";
|
||||
my $st = "A5.$fn.$tp";
|
||||
$st = $EnO_subType{$model} if($EnO_subType{$st});
|
||||
$st = $EnO_subType{$st} if($EnO_subType{$st});
|
||||
$attr{$name}{subType} = $st;
|
||||
|
||||
if("$fn.$tp" eq "20.01" && $iohash->{pair}) { # MD15
|
||||
|
Loading…
x
Reference in New Issue
Block a user