1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

PROPLANTA: wind & windDir

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13740 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tupol 2017-03-19 19:53:22 +00:00
parent 57a7ed6232
commit b9f47e8f26

View File

@ -123,7 +123,23 @@ my $curReadingType = 0;
,["BD_18", "cloud18", 2]
,["BD_21", "cloud21", 2]
,["MA", "moonRise", 5]
,["MU", "moonSet", 5]
,["MU", "moonSet", 5]
,["WGRAD_0", "windDir00", 2]
,["WGRAD_3", "windDir03", 2]
,["WGRAD_6", "windDir06", 2]
,["WGRAD_9", "windDir09", 2]
,["WGRAD_12", "windDir12", 2]
,["WGRAD_15", "windDir15", 2]
,["WGRAD_18", "windDir18", 2]
,["WGRAD_21", "windDir21", 2]
,["WGESCHW_0", "wind00", 2]
,["WGESCHW_3", "wind03", 2]
,["WGESCHW_6", "wind06", 2]
,["WGESCHW_9", "wind09", 2]
,["WGESCHW_12", "wind12", 2]
,["WGESCHW_15", "wind15", 2]
,["WGESCHW_18", "wind18", 2]
,["WGESCHW_21", "wind21", 2]
);
my %intensity = ( "keine" => 0
@ -787,6 +803,10 @@ PROPLANTA_Html($)
1;
=pod
=item device
=item summary extracts weather data from www.proplanta.de
=item summary_DE Extrahiert Wetterdaten von www.proplanta.de
=begin html
<a name="PROPLANTA"></a>