mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
14_CUL_WS.pm: Restrict Match to ignore KOPP_FC messages (Forum #107168)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20918 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2f45b7ee07
commit
6dbb7a995b
@ -20,7 +20,7 @@ CUL_WS_Initialize($)
|
||||
# Message is like
|
||||
# K41350270
|
||||
|
||||
$hash->{Match} = "^K.....";
|
||||
$hash->{Match} = "^K[A-Fa-f0-9]{5,}";
|
||||
$hash->{DefFn} = "CUL_WS_Define";
|
||||
$hash->{UndefFn} = "CUL_WS_Undef";
|
||||
$hash->{AttrFn} = "CUL_WS_Attr";
|
||||
|
Loading…
x
Reference in New Issue
Block a user