ancient-weatherstation/webstuff/frontend/content/modules/mod_xmlinnenSmall.html

18 lines
505 B
HTML

<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>