mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Setting STATE to Defined, ??? is misleading for a working device.
git-svn-id: https://svn.fhem.de/fhem/trunk@3004 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
661a5c75bc
commit
6516a41541
@ -42,6 +42,7 @@ CUL_RFR_Define($$)
|
||||
$hash->{ID} = $a[2];
|
||||
$hash->{ROUTERID} = $a[3];
|
||||
$modules{CUL_RFR}{defptr}{"$a[2]$a[3]"} = $hash;
|
||||
$hash->{STATE} = "Defined";
|
||||
AssignIoPort($hash);
|
||||
return undef;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user