2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 14:29:35 +00:00

upated on weather and change order in device overview

git-svn-id: https://svn.fhem.de/fhem/trunk@1401 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2012-03-31 09:23:44 +00:00
parent 4b70080249
commit f2a5eb576c

View File

@ -127,14 +127,14 @@
<a href="#USF1000">USF1000</a> &nbsp; <a href="#USF1000">USF1000</a> &nbsp;
<a href="#USBWX">USBWX</a> &nbsp; <a href="#USBWX">USBWX</a> &nbsp;
<a href="#VantagePro2">VantagePro2</a> &nbsp; <a href="#VantagePro2">VantagePro2</a> &nbsp;
<a href="#Weather">Weather</a> &nbsp;
<a href="#WEBCOUNT">WEBCOUNT</a> &nbsp; <a href="#WEBCOUNT">WEBCOUNT</a> &nbsp;
<a href="#WEBIO">WEBIO</a> &nbsp; <a href="#WEBIO">WEBIO</a> &nbsp;
<a href="#WEBIO_12DIGITAL">WEBIO_12DIGITAL</a> &nbsp; <a href="#WEBIO_12DIGITAL">WEBIO_12DIGITAL</a> &nbsp;
<a href="#WOL">WOL</a> &nbsp;
<a href="#WS2000">WS2000</a> &nbsp; <a href="#WS2000">WS2000</a> &nbsp;
<a href="#WS300">WS300</a> &nbsp; <a href="#WS300">WS300</a> &nbsp;
<a href="#WS3600">WS3600</a> &nbsp; <a href="#WS3600">WS3600</a> &nbsp;
<a href="#Weather">Weather</a> &nbsp;
<a href="#WOL">WOL</a> &nbsp;
<a href="#X10">X10</a> &nbsp; <a href="#X10">X10</a> &nbsp;
<a href="#xxLG7000">xxLG7000</a> &nbsp; <a href="#xxLG7000">xxLG7000</a> &nbsp;
@ -4344,9 +4344,9 @@ A line ending with \ will be concatenated with the next one, so long lines
Examples: Examples:
<pre> <pre>
define MyWeather Weather "Frankfurt,HE" define MyWeather Weather Frankfurt,HE
define Forecast Weather "Amsterdam,NL" 1800 define Forecast Weather Amsterdam,NL 1800
define weather Weather "30000,France" 3600 fr define weather Weather 30000,France 3600 fr
define W Weather ,,,50500000,30500000 600 es define W Weather ,,,50500000,30500000 600 es
</pre> </pre>
</ul> </ul>