diff --git a/fhem/FHEM/10_EnOcean.pm b/fhem/FHEM/10_EnOcean.pm
index 442c0007f..8e7588c88 100755
--- a/fhem/FHEM/10_EnOcean.pm
+++ b/fhem/FHEM/10_EnOcean.pm
@@ -287,7 +287,7 @@ EnOcean_Set($@)
if ($st eq "roomSensorControl.05") {
# Room Sensor and Control Unit (EEP A5-10-01 ... A5-10-0D)
- # [Eltako FTF55D, FTF55H, Thermokon SR04 *, Thanos SR *, untested]
+ # [Eltako FTR55D, FTR55H, Thermokon SR04 *, Thanos SR *, untested]
# $db[3] is the fan speed or night reduction for Eltako
# $db[2] is the setpoint where 0x00 = min ... 0xFF = max or
# reference temperature for Eltako where 0x00 = 0°C ... 0xFF = 40°C
@@ -1905,7 +1905,7 @@ EnOcean_Parse($$)
} elsif ($st eq "roomSensorControl.05") {
# Room Sensor and Control Unit (EEP A5-10-01 ... A5-10-0D)
- # [Eltako FTF55, FTR55D, FTR55H, Thermokon SR04 *, Thanos SR *, untested]
+ # [Eltako FTR55D, FTR55H, Thermokon SR04 *, Thanos SR *, untested]
# $db[3] is the fan speed or night reduction for Eltako
# $db[2] is the setpoint where 0x00 = min ... 0xFF = max or
# reference temperature for Eltako where 0x00 = 0°C ... 0xFF = 40°C
@@ -4025,7 +4025,7 @@ EnOcean_Undef($$)