mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
36_LaCrosse.pm: fixed autocreate for WS 1600
git-svn-id: https://svn.fhem.de/fhem/trunk@9708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7afe90349d
commit
424cc7b0ab
@ -14,7 +14,7 @@ sub LaCrosse_Parse($$);
|
||||
sub LaCrosse_Initialize($) {
|
||||
my ($hash) = @_;
|
||||
|
||||
$hash->{Match} = "^\\S+\\s+9 ";
|
||||
$hash->{Match} = "^(\\S+\\s+9 | OK\\sWS\\s)";
|
||||
$hash->{SetFn} = "LaCrosse_Set";
|
||||
###$hash->{GetFn} = "LaCrosse_Get";
|
||||
$hash->{DefFn} = "LaCrosse_Define";
|
||||
|
Loading…
x
Reference in New Issue
Block a user