From 74f2ba216dbc8ba9700be6561270559815972aee Mon Sep 17 00:00:00 2001 From: wherzig Date: Sun, 15 May 2016 19:04:06 +0000 Subject: [PATCH] 46_TRX_ELSE.pm: code 40 for TRX_WEATHER git-svn-id: https://svn.fhem.de/fhem/trunk@11451 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/46_TRX_ELSE.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/46_TRX_ELSE.pm b/fhem/FHEM/46_TRX_ELSE.pm index 0cb6e5614..aaa7901fd 100755 --- a/fhem/FHEM/46_TRX_ELSE.pm +++ b/fhem/FHEM/46_TRX_ELSE.pm @@ -3,7 +3,7 @@ # # FHEM module unkown RFXtrx433 messages # -# Copyright (C) 2012 Willi Herzig +# Copyright (C) 2012-2016 Willi Herzig # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -41,7 +41,7 @@ TRX_ELSE_Initialize($) { my ($hash) = @_; - $hash->{Match} = "^..(0[0-9a-f]|1[a-f]|2[1-9a-f]|3[0-9a-f]|4[0-9a-d]|4f|53|59|5e|5f|[6-9a-f][0-9a-f]).*"; + $hash->{Match} = "^..(0[0-9a-f]|1[a-f]|2[1-9a-f]|3[0-9a-f]|4[1-9a-d]|4f|53|59|5e|5f|[6-9a-f][0-9a-f]).*"; $hash->{DefFn} = "TRX_ELSE_Define"; $hash->{UndefFn} = "TRX_ELSE_Undef"; $hash->{ParseFn} = "TRX_ELSE_Parse";