diff --git a/FHEM/45_TRX.pm b/FHEM/45_TRX.pm index 6fbda135f..eb9ccc705 100755 --- a/FHEM/45_TRX.pm +++ b/FHEM/45_TRX.pm @@ -5,7 +5,7 @@ # # Derived from 00_CUL.pm: Copyright (C) Rudolf Koenig" # -# Copyright (C) 2012/2013 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 @@ -58,10 +58,10 @@ TRX_Initialize($) $hash->{Clients} = ":TRX_WEATHER:TRX_SECURITY:TRX_LIGHT:TRX_ELSE:"; my %mc = ( - "1:TRX_WEATHER" => "^..(4e|50|51|52|54|55|56|57|58|5a|5b|5c|5d).*", + "1:TRX_WEATHER" => "^..(40|4e|50|51|52|54|55|56|57|58|5a|5b|5c|5d).*", "2:TRX_SECURITY" => "^..(20).*", "3:TRX_LIGHT" => "^..(10|11|12|13|14|15|16|17|18|19).*", - "4:TRX_ELSE" => "^..(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]).*", + "4:TRX_ELSE" => "^..(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->{MatchList} = \%mc;