2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +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:
rudolfkoenig 2013-03-31 09:36:08 +00:00
parent 661a5c75bc
commit 6516a41541

View File

@ -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;
}