2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

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:
rudolfkoenig 2020-01-08 19:20:38 +00:00
parent d1338258cc
commit f93b55ab15

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