diff --git a/fhem/contrib/55_GDS.2015/99_gdsUtils.pm b/fhem/contrib/55_GDS.2015/99_gdsUtils.pm
index 7f60b32b9..43f01f090 100644
--- a/fhem/contrib/55_GDS.2015/99_gdsUtils.pm
+++ b/fhem/contrib/55_GDS.2015/99_gdsUtils.pm
@@ -298,3 +298,26 @@ sub GDSAsHtmlD($;$) {
}
1;
+
+=pod
+=begin html
+
+
+
gdsUtils
+
+ This module provides three additional functions:
+ GDSAsHtmlV
, GDSAsHtmlH
and GDSAsHtmlD
.
+ The first function returns the HTML code for a vertically arranged weather forecast.
+ The second function returns the HTML code for a horizontally arranged weather forecast.
+ The third function dynamically picks the orientation depending on whether a
+ smallscreen style is set (vertical layout) or not (horizontal layout).
+ The attributes gdsSetCond and gdsSetForecast must be configured for the functions to work.
+ Each of these functions accepts an additional parameter to limit the number of icons to display (1...8).
+ If the attribute gdsSetForecast is not configured this parameter should be set to 1.
+
+ Example: define MyForecastWeblink weblink htmlCode { GDSAsHtml("MyWeather") }
+ where "MyWeather" is the name of your GDS device.
+
+
+=end html
+=cut