2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Forgot the MatchList

git-svn-id: https://svn.fhem.de/fhem/trunk@498 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-12-07 07:20:10 +00:00
parent 820a1adfdb
commit cde9ac757b

View File

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