2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 20:24:36 +00:00

default matchList ist PCA301 as current LaCrosse sketch does not send version on startup

git-svn-id: https://svn.fhem.de/fhem/trunk@5793 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-05-09 08:38:26 +00:00
parent 5890eb65fa
commit f0df3590e1

View File

@ -109,7 +109,7 @@ JeeLink_Define($$)
$dev .= "\@57600" if( $dev !~ m/\@/ );
$hash->{Clients} = $clientsJeeLink;
#$hash->{MatchList} = \%matchListJeeLink;
$hash->{MatchList} = \%matchListPCA301;
$hash->{DeviceName} = $dev;