aqhome-cgi: rewrite of the page module.
This commit is contained in:
73
doc/cgi-examples/buero_temp.xml
Normal file
73
doc/cgi-examples/buero_temp.xml
Normal file
@@ -0,0 +1,73 @@
|
||||
<page id="buero_temp" title="Temperaturen im Buero">
|
||||
<dataset room="Buero" modality="Temperature">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<item>
|
||||
<graph id="temp4h" title="Letzten 4 Stunden"
|
||||
width="640" height="480" begin="-4h" end="0" refreshtime="180" lowerLimit="-5.0" upperLimit="30.0" >
|
||||
<ForEveryValue>
|
||||
<curve title="$(Device/descriptiveName)" value="$(Value/NameForSystem)" modifier="Lm10" />
|
||||
</ForEveryValue>
|
||||
</graph>
|
||||
</item>
|
||||
</td>
|
||||
<td>
|
||||
<item>
|
||||
<graph id="temp12h" title="Letzten 12 Stunden"
|
||||
width="640" height="480" begin="-12h" end="0" refreshtime="300" lowerLimit="-5.0" upperLimit="30.0" >
|
||||
<ForEveryValue>
|
||||
<curve title="$(Device/descriptiveName)" value="$(Value/NameForSystem)" modifier="Lm20" />
|
||||
</ForEveryValue>
|
||||
</graph>
|
||||
</item>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<item>
|
||||
<graph id="temp24h" title="Letzten 24 Stunden"
|
||||
width="640" height="480" begin="-24h" end="0" refreshtime="600" lowerLimit="-5.0" upperLimit="30.0" >
|
||||
<ForEveryValue>
|
||||
<curve title="$(Device/descriptiveName)" value="$(Value/NameForSystem)" modifier="Lm30" />
|
||||
</ForEveryValue>
|
||||
</graph>
|
||||
</item>
|
||||
</td>
|
||||
<td>
|
||||
<item>
|
||||
<graph id="temp7d" title="Letzten 7 Tagen"
|
||||
width="640" height="480" begin="-7d" end="0" refreshtime="600" lowerLimit="-5.0" upperLimit="30.0" >
|
||||
<ForEveryValue>
|
||||
<curve title="$(Device/descriptiveName)" value="$(Value/NameForSystem)" modifier="Lm210" />
|
||||
</ForEveryValue>
|
||||
</graph>
|
||||
</item>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<item>
|
||||
<graph id="temp30d" title="Letzten 30 Tage"
|
||||
width="640" height="480" begin="-30d" end="0" refreshtime="600" lowerLimit="-5.0" upperLimit="30.0" >
|
||||
<ForEveryValue>
|
||||
<curve title="$(Device/descriptiveName)" value="$(Value/NameForSystem)" modifier="Lm840" />
|
||||
</ForEveryValue>
|
||||
</graph>
|
||||
</item>
|
||||
</td>
|
||||
<td>
|
||||
<item>
|
||||
<graph id="temp12m" title="Letzten 12 Monate"
|
||||
width="640" height="480" begin="-365d" end="0" refreshtime="3600" lowerLimit="-5.0" upperLimit="30.0" >
|
||||
<ForEveryValue>
|
||||
<curve title="$(Device/descriptiveName)" value="$(Value/NameForSystem)" modifier="Lm10080" />
|
||||
</ForEveryValue>
|
||||
</graph>
|
||||
</item>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</dataset>
|
||||
</page>
|
||||
Reference in New Issue
Block a user