2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

RSS added seconds and date

git-svn-id: https://svn.fhem.de/fhem/trunk@1754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
albauerge 2012-07-22 21:11:17 +00:00
parent 68193527ab
commit b41b198b38

View File

@ -6084,6 +6084,8 @@ Attributes:<br>
access device readings and do some programming on the fly. See below for examples.</li><br>
<li>time &lt;x&gt; &lt;y&gt;<br>Renders the current time in HH:MM format.</li><br>
<li>seconds &lt;x&gt; &lt;y&gt; &lt;format&gt<br>Renders the curent seconds. Maybe usefull for a RSS Clock. With option colon a : </li><br>
<li>date &lt;x&gt; &lt;y&gt;<br>Renders the current date in DD:MM:YYY format.</li><br>
<li>gif &lt;x&gt; &lt;y&gt; &lt;hostname&gt; &lt;filename&gt; <br>Renders the GIF picture
that is downloaded from the given host. You can use
<code>{ <a href="#perl">&lt;perl special&gt;</a> }</code> for &lt;filename&gt. See below for example.</li><br>