mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +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:
parent
750901be8b
commit
a1b5e52626
@ -59,11 +59,11 @@ FHZ_Initialize($)
|
|||||||
$hash->{WriteFn} = "FHZ_Write";
|
$hash->{WriteFn} = "FHZ_Write";
|
||||||
$hash->{Clients} = ":FHZ:FS20:FHT:HMS:KS300:USF1000:";
|
$hash->{Clients} = ":FHZ:FS20:FHT:HMS:KS300:USF1000:";
|
||||||
my %mc = (
|
my %mc = (
|
||||||
|
"0:USF1000" => "^810c04..0101a001a5ceaa00...."
|
||||||
"1:FS20" => "^81..(04|0c)..0101a001",
|
"1:FS20" => "^81..(04|0c)..0101a001",
|
||||||
"2:FHT" => "^81..(04|09|0d)..(0909a001|83098301|c409c401)..",
|
"2:FHT" => "^81..(04|09|0d)..(0909a001|83098301|c409c401)..",
|
||||||
"3:HMS" => "^810e04....(1|5|9).a001",
|
"3:HMS" => "^810e04....(1|5|9).a001",
|
||||||
"4:KS300" => "^810d04..4027a001",
|
"4:KS300" => "^810d04..4027a001",
|
||||||
"5:USF1000" => "^810c04..0101a001a5ceaa00...."
|
|
||||||
);
|
);
|
||||||
$hash->{MatchList} = \%mc;
|
$hash->{MatchList} = \%mc;
|
||||||
$hash->{ReadyFn} = "FHZ_Ready";
|
$hash->{ReadyFn} = "FHZ_Ready";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user