2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

rssFeed:fix typo in commandref

git-svn-id: https://svn.fhem.de/fhem/trunk@10531 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
svnbenni 2016-01-16 19:48:42 +00:00
parent d7f2b3fb55
commit 538a22b193

View File

@ -552,6 +552,7 @@ return;
#======================================================================
#======================================================================
=pod
=item helper
=begin html
<a name="rssFeed"></a>
@ -581,7 +582,7 @@ return;
<br/>
Example:
<ul>
<code>http://www.gea.de/rss?cat=Region%20Reutlingen&amp;main=true 3600</code>
<code>define rssGEA rssFeed http://www.gea.de/rss?cat=Region%20Reutlingen&amp;main=true 3600</code>
<br/><br/>
The example will retrieve the data from the rss feed every hour
</ul>
@ -787,7 +788,7 @@ return;
<br>
Beispiel:
<ul>
<code>http://www.gea.de/rss?cat=Region%20Reutlingen&main=true 3600</code>
<code>define rssGEA rssFeed http://www.gea.de/rss?cat=Region%20Reutlingen&main=true 3600</code>
<br><br>
Damit wird st&uuml;ndlich der RSS-Feed des Reutlinger Generalanzeigers
abgerufen.