2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

Better match to avoid TX2 crosstalk.

git-svn-id: https://svn.fhem.de/fhem/trunk@1082 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-10-24 09:49:44 +00:00
parent 872a4bba8a
commit 87bc955cbd

View File

@ -57,7 +57,7 @@
# able for any alerting uses (unless a delay of said
# amount of time doesn't matter, of course ;)).
#
# $Id: 09_CUL_FHTTK.pm,v 1.6 2010-01-22 09:51:55 painseeker Exp $
# $Id: 09_CUL_FHTTK.pm,v 1.7 2011-10-24 09:49:44 rudolfkoenig Exp $
##############################################
package main;
@ -109,7 +109,7 @@ CUL_FHTTK_Initialize($)
{
my ($hash) = @_;
$hash->{Match} = "^T........";
$hash->{Match} = "^T[A-F0-9]{8}",
$hash->{DefFn} = "CUL_FHTTK_Define";
$hash->{UndefFn} = "CUL_FHTTK_Undef";
$hash->{ParseFn} = "CUL_FHTTK_Parse";