Forgot the MatchList

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@498 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-12-07 07:20:10 +00:00
parent 1697b8d208
commit c76845992a

View File

@@ -19,6 +19,7 @@ CUL_RFR_Initialize($)
# K41350270
$hash->{Clients} = $modules{CUL}->{Clients};
$hash->{MatchList} = $modules{CUL}->{MatchList};
$hash->{Match} = "^[0-9A-F]{4}U.";
$hash->{DefFn} = "CUL_RFR_Define";
$hash->{UndefFn} = "CUL_RFR_Undef";