Controlling the central power supply via XML
G&D MultiPower-6-NT ·
23
English
Here is an example of an answer from the XML service:
LISTING THE MONITORING VALUES OF THE CENTRAL POWER SUPPLY
<?xml version="1.0" encoding="utf-8"?>
<root>
<result type="monitor">
<MultiPowerSwitch>
<item>
<id>0x0000000A</id>
<name>MultiPower-NT</name>
<monitorName>Temperature</monitorName>
<value>36.5</value>
<alarm>off</alarm>
<acknowledged>no</acknowledged>
</item>
</MultiPowerSwitch>
</result>
</root>
NOTE:
In addition to the name and value of the respective monitoring value, the
two flags
acknowledged
and
alarm
are also always returned. You can use
alarm
flags
to determine whether the monitoring value is within (
off
) or outside (
on
) the
required range.
Acknowledged
corresponds to the
Acknowledged
function in the web
application.