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:
rudolfkoenig 2020-01-08 19:20:38 +00:00
parent 2f45b7ee07
commit 6dbb7a995b

View File

@ -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";