deleteattr rfmode fixed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1173 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-01-06 17:46:32 +00:00
parent 579735bc60
commit c70e497050

View File

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