missing Files added
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@240 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
53b400ca1e
commit
c9eda7eb63
|
|
@ -0,0 +1,6 @@
|
||||||
|
<Set type="small">
|
||||||
|
{content:addModule:xmlinnenSmall_1}
|
||||||
|
{content:addModule:xmlauss2Small_4}
|
||||||
|
{content:addModule:xmlwindSmall_2}
|
||||||
|
{content:addModule:xmlregenSmall_3}
|
||||||
|
</Set>
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
<SensorSummary type="auss2">
|
||||||
|
<SensorId>{content:fill:sens_id}</SensorId>
|
||||||
|
<Location>{content:fill:sens_location}</Location>
|
||||||
|
<Value type="temp">
|
||||||
|
<Now>{content:fill:temp_now_val}</Now>
|
||||||
|
<Avg>{content:fill:temp_av_value}</Avg>
|
||||||
|
</Value>
|
||||||
|
<Value type="hum">
|
||||||
|
<Now>{content:fill:hum_now_val}</Now>
|
||||||
|
<Avg>{content:fill:hum_av_value}</Avg>
|
||||||
|
</Value>
|
||||||
|
</SensorSummary>
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
<SensorSummary type="innen">
|
||||||
|
<SensorId>{content:fill:sens_id}</SensorId>
|
||||||
|
<Location>{content:fill:sens_location}</Location>
|
||||||
|
<Value type="temp">
|
||||||
|
<Now>{content:fill:temp_now_val}</Now>
|
||||||
|
<Avg>{content:fill:temp_av_value}</Avg>
|
||||||
|
</Value>
|
||||||
|
<Value type="hum">
|
||||||
|
<Now>{content:fill:hum_now_val}</Now>
|
||||||
|
<Avg>{content:fill:hum_av_value}</Avg>
|
||||||
|
</Value>
|
||||||
|
<Value type="press">
|
||||||
|
<Now>{content:fill:press_now_val}</Now>
|
||||||
|
<Avg>{content:fill:press_av_value}</Avg>
|
||||||
|
</Value>
|
||||||
|
</SensorSummary>
|
||||||
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<SensorSummary type="regen">
|
||||||
|
<SensorId>{content:fill:sens_id}</SensorId>
|
||||||
|
<Location>{content:fill:sens_location}</Location>
|
||||||
|
<Value type="count">
|
||||||
|
<Now>{content:fill:rain_now_hour}</Now>
|
||||||
|
<Avg>{content:fill:rain_now_day}</Avg>
|
||||||
|
</Value>
|
||||||
|
</SensorSummary>
|
||||||
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<SensorSummary type="wind">
|
||||||
|
<SensorId>{content:fill:sens_id}</SensorId>
|
||||||
|
<Location>{content:fill:sens_location}</Location>
|
||||||
|
<Value type="geschw">
|
||||||
|
<Now>{content:fill:wind_now_val}</Now>
|
||||||
|
<Avg>{content:fill:wind_av_value}</Avg>
|
||||||
|
<Dir>{content:fill:wind_now_dir_full}</Dir>
|
||||||
|
</Value>
|
||||||
|
</SensorSummary>
|
||||||
Loading…
Reference in New Issue