46_TRX_ELSE.pm: Maverick ET732,733 added

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig
2016-02-07 22:04:32 +00:00
parent 51b5dc5e1e
commit 37bdebf038

View File

@@ -41,7 +41,7 @@ TRX_ELSE_Initialize($)
{ {
my ($hash) = @_; my ($hash) = @_;
$hash->{Match} = "^..(0[0-f]|1[a-f]|2[1-f]|3[0-f]|4[0-f]|53|59|5e|5f|[6-f][0-f]).*"; $hash->{Match} = "^..(0[0-f]|1[a-f]|2[1-f]|3[0-f]|4[0-d]|4f|53|59|5e|5f|[6-f][0-f]).*";
$hash->{DefFn} = "TRX_ELSE_Define"; $hash->{DefFn} = "TRX_ELSE_Define";
$hash->{UndefFn} = "TRX_ELSE_Undef"; $hash->{UndefFn} = "TRX_ELSE_Undef";
$hash->{ParseFn} = "TRX_ELSE_Parse"; $hash->{ParseFn} = "TRX_ELSE_Parse";