diff --git a/FHEM/33_readingsGroup.pm b/FHEM/33_readingsGroup.pm
index ee2cd98f4..727e4ed7a 100644
--- a/FHEM/33_readingsGroup.pm
+++ b/FHEM/33_readingsGroup.pm
@@ -637,8 +637,8 @@ readingsGroup_Get($@)
<device> can be of the form <STRING> or <{perl}> where STRING or the string returned by perl is
inserted as a line in the readings list. skipped if STRING is undef.
If regex is a comma separatet list the reading values will be shown on a single line.
- If regex starts with a + it will be matched against the internal values of the device instead of the readings.
- If regex starts with a ? it will be matched against the attributes of the device instead of the readings.
+ If regex starts with a '+' it will be matched against the internal values of the device instead of the readings.
+ If regex starts with a '?' it will be matched against the attributes of the device instead of the readings.
regex can be of the form <STRING> or <{perl}[#readings]> where STRING or the string returned by perl is
inserted as the reading. skipped if STRING is undef. if readings is given the perl expression will be reevaluated
during longpoll updates.
@@ -653,7 +653,7 @@ readingsGroup_Get($@)
define batteries readingsGroup .*:battery
define temperatures readingsGroup s300th.*:temperature
- define temperatures readingsGroup TYPE=CUL_WS.*:temperature
+ define temperatures readingsGroup TYPE=CUL_WS:temperature
define culRSSI readingsGroup cul_RSSI=.*:+cul_RSSI