mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 14:58:00 +00:00
Frontend: improvements in XML full-Set
Frontend: new XML small set git-svn-id: file:///home/jan/tmp/wetterstation/trunk@238 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<Set>
|
||||
<Set type="full">
|
||||
<Module id="1">
|
||||
{content:addModule:xmltemp_1}
|
||||
{content:addModule:xmlhum_1}
|
||||
{content:addModule:xmlpress_1}
|
||||
</Module>
|
||||
</Sensor>
|
||||
<Module id="4">
|
||||
{content:addModule:xmltemp_4}
|
||||
{content:addModule:xmlhum_4}
|
||||
</Module>
|
||||
</Sensor>
|
||||
<Module id="2">
|
||||
{content:addModule:xmlwind_2}
|
||||
</Module>
|
||||
</Sensor>
|
||||
<Module id="3">
|
||||
{content:addModule:xmlrain_3}
|
||||
</Module>
|
||||
</Sensor>
|
||||
</Set>
|
||||
|
||||
@@ -81,6 +81,6 @@ $report = array(
|
||||
);
|
||||
|
||||
/* Nicht-Standard-Sets */
|
||||
$notStandard = array("xml_full");
|
||||
$notStandard = array("xml_full", "xml_small");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user