mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 01:46:08 +00:00
OPENWEATHER: presChange replaced by chOfRain
git-svn-id: https://svn.fhem.de/fhem/trunk@6952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5b00a3b2c7
commit
4c8c631b9c
@ -50,7 +50,7 @@ my $isError = 0;
|
||||
, ws => "wind"
|
||||
, wd => "windDir"
|
||||
, wd_txt => "windDirTxt"
|
||||
, pc => "presChange"
|
||||
, pc => "chOfRain"
|
||||
, p => "valHours"
|
||||
, title => "error"
|
||||
, message => "errorMsg"
|
||||
@ -498,7 +498,7 @@ OPENWEATHER_UpdateAborted($)
|
||||
<li><b>fc</b><i>0</i><b>_...<i>06|11|17|23</i></b> - forecast values for <i>today</i> at <i>06|11|17|23</i> o'clock</li>
|
||||
<li><b>fc</b><i>1</i><b>_temp</b><i>Min|Max</i> - <i>minimal|maximal</i> temperature for <i>tommorrow</i> in °C</li>
|
||||
<li><b>fc</b><i>0</i><b>_temp</b><i>Min06</i> - <i>minimal</i> temperatur <i>today</i> at <i>06:00</i> o'clock in °C</li>
|
||||
<li><b>fc</b><i>0</i><b>_presChange</b> - atmospheric pressure change <i>today</i></li>
|
||||
<li><b>fc</b><i>0</i><b>_chOfRain</b> - chance of rain <i>today</i> in %</li>
|
||||
<li><b>fc</b><i>0</i><b>_valHours</b><i>06</i> - validity period in hours of the forecast values starting at <i>06:00</i> o'clock</li>
|
||||
<li><b>fc</b><i>0</i><b>_weather</b> - weather situation <i>today</i></li>
|
||||
<li><b>fc</b><i>0</i><b>_wind</b> - wind speed <i>today</i> in km/h</li>
|
||||
@ -583,13 +583,13 @@ OPENWEATHER_UpdateAborted($)
|
||||
<a name="OPENWEATHERreading"></a>
|
||||
<b>Vorhersagewerte</b>
|
||||
<ul>
|
||||
Wichtig! Die Vorhersagewerte müssen zuerst in den Einstellungen des Projektes auf wetter.com ausgewählt werden.
|
||||
Wichtig! Die Vorhersagewerte müssen zuerst in den Vorhersageeinstellungen des Projektes auf wetter.com ausgewählt werden.
|
||||
<br>
|
||||
<li><b>fc</b><i>0|1|2</i><b>_...</b> - Vorhersagewerte für <i>heute|morgen|übermorgen</i></li>
|
||||
<li><b>fc</b><i>0</i><b>_...<i>06|11|17|23</i></b> - Vorhersagewerte für <i>heute</i> um <i>06|11|17|23</i> Uhr</li>
|
||||
<li><b>fc</b><i>0</i><b>_chOfRain</b> - <i>heutige</i> Niederschlagswahrscheinlichkeit in %</li>
|
||||
<li><b>fc</b><i>0</i><b>_temp</b><i>Min|Max</i> - <i>Mindest|Maximal</i>temperatur <i>heute</i> in °C</li>
|
||||
<li><b>fc</b><i>0</i><b>_temp</b><i>Min06</i> - <i>Mindest</i>temperatur <i>heute</i> um <i>06:00</i> Uhr in °C</li>
|
||||
<li><b>fc</b><i>0</i><b>_presChange</b> - <i>heutige</i> Änderung des Luftdruckes</li>
|
||||
<li><b>fc</b><i>0</i><b>_valHours</b><i>06</i> - Gültigkeitszeitraum der Prognose von <i>heute</i> ab <i>6:00 Uhr</i> in Stunden</li>
|
||||
<li><b>fc</b><i>0</i><b>_weather</b> - Wetterzustand <i>heute</i></li>
|
||||
<li><b>fc</b><i>0</i><b>_wind</b> - Windgeschwindigkeit <i>heute</i> in km/h</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user