From c35694e4c0532943ba815b7d1274a00474a3379e Mon Sep 17 00:00:00 2001
From: betateilchen <>
Date: Fri, 9 Aug 2013 15:59:59 +0000
Subject: [PATCH] updated: command ref
git-svn-id: https://svn.fhem.de/fhem/trunk@3645 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/55_GDS.pm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
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
-