2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36:02 +00:00

55_GDS.pm: commandref cleanup

git-svn-id: https://svn.fhem.de/fhem/trunk@11367 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2016-05-02 17:22:34 +00:00
parent 9eebfa5bda
commit f55e1dc1c8

View File

@ -553,7 +553,6 @@ sub GDS_Get($@) {
when("rereadcfg"){
DoTrigger($name, "REREAD", 1);
$hash->{GDS_REREAD} = int(time());
retrieveData($hash,'conditions') if AttrVal($name,'gdsSetCond',0);
if (AttrVal($name,'gdsUseAlerts',0)) {
%capCityHash = ();
%capCellHash = ();
@ -1998,10 +1997,9 @@ sub getListForecastStations($) {
<code>set &lt;name&gt; update</code>
<br/><br/>
<ul>Update conditions and forecasts readings at selected station and restart update-timer</ul>
<ul>Update forecasts readings at selected station and restart update-timer</ul>
<br/>
<li>condition readings generated by SET use prefix "c_"</li>
<li>forecast readings generated by SET use prefix "fcd_" and a postfix of "hh"<br/>
with d=relative day (0=today) and hh=last hour of forecast (exclusive)</li>
<li>readings generated by SET will be updated automatically every 20 minutes</li>
@ -2116,8 +2114,6 @@ sub getListForecastStations($) {
that will be increased for every valid alert message in selected area<br/></li>
<li><b>a_count</b> - number of currently valid alert messages, can be used for own loop iterations on alert messages</li>
<li><b>a_valid</b> - returns 1 if at least one of decoded alert messages is valid</li>
<li><b>c_&lt;readingName&gt;</b> - weather data from SET weather conditions.
Readings will be updated every 20 minutes.</li>
<li><b>fc?_&lt;readingName&gt;??</b> - weather data from SET weather forecasts,
prefix by relative day and postfixed by last hour. Readings will be updated every 20 minutes.<br>
<i><ul>
@ -2135,8 +2131,6 @@ sub getListForecastStations($) {
<li>0_tAvgAir24 is the average temperature at midnight</li>
</ul></i>
</li>
<li><b>g_&lt;readingName&gt;</b> - weather data from GET weather conditions.
Readings will NOT be updated automatically</li>
</ul>
<br/><br/>