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:
parent
ba20ccfcb2
commit
9a54f4517a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user