diff --git a/fhem/FHEM/55_GDS.pm b/fhem/FHEM/55_GDS.pm
index 3ffa07743..d6faf1b5a 100644
--- a/fhem/FHEM/55_GDS.pm
+++ b/fhem/FHEM/55_GDS.pm
@@ -961,20 +961,21 @@ sub sepLine($) {
get <name> warnings <region>
-
Retrieve current warnings report for selected region
-
-
- alert readings use prefix "a_"
- condition readings generated by GET use prefix "g_"
- readings generated by GET will not be updated automatically
-
+ Retrieve current warnings report for selected region
+
+
+ - report type VHDL30 = regular report, issued daily
+ - report type VHDL31 = regular report, issued before weekend or national holiday
+ - report type VHDL32 = preliminary report, issued on special conditions
+ - report type VHDL33 = cancel report, issued if necessary to cancel report types 30-32
+
+
Attributes
Generated Readings/Events:
-
- _<readingName> - debug informations
- a_<readingName> - weather data from CAP alert messages. Readings will NOT be updated automatically
- c_<readingName> - weather data from SET weather conditions. Readings will be updated every 60 minutes
- g_<readingName> - weather data from GET weather conditions. Readings will NOT be updated automatically
-