From f6c864232f49356b942dbd618da286229b0c7c6b Mon Sep 17 00:00:00 2001 From: wherzig Date: Wed, 27 Mar 2013 18:27:09 +0000 Subject: [PATCH] correction TRX_ELSE code 14 git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2995 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/46_TRX_ELSE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/46_TRX_ELSE.pm b/FHEM/46_TRX_ELSE.pm index 6c0ffc78b..b623e97d8 100755 --- a/FHEM/46_TRX_ELSE.pm +++ b/FHEM/46_TRX_ELSE.pm @@ -44,7 +44,7 @@ TRX_ELSE_Initialize($) { my ($hash) = @_; - $hash->{Match} = "^..(0[0-f]|1[4-f]|2[1-f]|3[0-f]|4[0-f]|53|58|59|5b|5c|5e|5f|[6-f][0-f]).*"; + $hash->{Match} = "^..(0[0-f]|1[5-f]|2[1-f]|3[0-f]|4[0-f]|53|58|59|5b|5c|5e|5f|[6-f][0-f]).*"; $hash->{DefFn} = "TRX_ELSE_Define"; $hash->{UndefFn} = "TRX_ELSE_Undef"; $hash->{ParseFn} = "TRX_ELSE_Parse";