2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 07:16:03 +00:00

USF1000 in the Matchlist had the wrong order

git-svn-id: https://svn.fhem.de/fhem/trunk@397 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-06-24 15:32:37 +00:00
parent 750901be8b
commit a1b5e52626

View File

@ -59,11 +59,11 @@ FHZ_Initialize($)
$hash->{WriteFn} = "FHZ_Write";
$hash->{Clients} = ":FHZ:FS20:FHT:HMS:KS300:USF1000:";
my %mc = (
"0:USF1000" => "^810c04..0101a001a5ceaa00...."
"1:FS20" => "^81..(04|0c)..0101a001",
"2:FHT" => "^81..(04|09|0d)..(0909a001|83098301|c409c401)..",
"3:HMS" => "^810e04....(1|5|9).a001",
"4:KS300" => "^810d04..4027a001",
"5:USF1000" => "^810c04..0101a001a5ceaa00...."
);
$hash->{MatchList} = \%mc;
$hash->{ReadyFn} = "FHZ_Ready";