diff --git a/fhem/FHEM/46_TRX_ELSE.pm b/fhem/FHEM/46_TRX_ELSE.pm
index fb3eb3683..c83c5a255 100755
--- a/fhem/FHEM/46_TRX_ELSE.pm
+++ b/fhem/FHEM/46_TRX_ELSE.pm
@@ -134,3 +134,16 @@ TRX_ELSE_Parse($$)
}
1;
+
+=pod
+=begin html
+
+
+
TRX_ELSE
+
+ The TRX_ELSE module is invoked by TRX if a code is received by RFXCOM RFXtrx433 RF receiver that is currently not handled by a TRX_-Module. There is nothing to be defined for this module. You need to define an RFXtrx433 receiver first. See TRX.
+
+
+
+=end html
+=cut