2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

deleteattr rfmode fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@1173 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-01-06 17:46:32 +00:00
parent ba20ccfcb2
commit 9a54f4517a

View File

@ -955,6 +955,8 @@ CUL_Attr(@)
my $name = $a[1]; my $name = $a[1];
my $hash = $defs{$name}; my $hash = $defs{$name};
$a[3] = "SlowRF" if(!$a[3] || $a[3] ne "HomeMatic");
if($a[3] eq "HomeMatic") { if($a[3] eq "HomeMatic") {
return if($hash->{initString} =~ m/Ar/); return if($hash->{initString} =~ m/Ar/);
$hash->{Clients} = $clientsHomeMatic; $hash->{Clients} = $clientsHomeMatic;