diff --git a/fhem/FHEM/55_GDS.pm b/fhem/FHEM/55_GDS.pm
index 7bba8f75b..68f76e1f9 100644
--- a/fhem/FHEM/55_GDS.pm
+++ b/fhem/FHEM/55_GDS.pm
@@ -2289,7 +2289,7 @@ sub getListForecastStations($) {
- Generated Readings/Events:
+ Generated Readings:
- _<readingName> - debug informations
@@ -2321,6 +2321,16 @@ sub getListForecastStations($) {
Readings will NOT be updated automatically
+ Other events:
+
+
+ - REREAD - start of rereadcfg
+ - REREADFILE - end of file read
+ - REREADCONDITIONS - end of condition read and analyzing
+ - REREADALERTS - end of alerts read and analyzing
+ - REREADFORECAST - end of forecast read and analyzing
+
+
Author's notes