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