The data fields have the following attributes:
Attribute
Explanation
title
Title of the data field (for measurement data this is dependent on the site settings)
units
Units of the data field for measurement data (dependent on the site settings)
calc
OPTIONAL
Is only displayed if it is a channel that has been calculated by the sever
10.3.2.1 Example:
<?xml version="1.0"?>
<Result>
<deviceid id="A15D6246F7AEBFAA" stamp="13.2.2013 09:10:05">
<tag>FFFF0005</tag>
<kunde title="Customer">A1519985809987EC</kunde>
<devsn title="Serial number">8131CF01</devsn>
<devclass title="Device class">2700</devclass>
<telnr title="Telephone number">+436764006643</telnr>
<devflags title="Device flags">0025</devflags>
<swversion title="Firmware version">0119</swversion>
<modemversion title="Modem version">011C</modemversion>
<osversion title="OS version">6.063_</osversion>
:
:
</deviceid>
<deviceid id="A1526911CF1A42CC" stamp="13.2.2013 09:33:54" >
:
:
</devicetid>
</Result>
10.3.3 Format of the JSON result
The end result is a JSON document that consists of one or several objects.
Each of these objects comprises four properties:
Properties
Explanation
name
Table identifier
id
Unique identification of the data record
stamp
Time stamp of the data record
fields
Array of objects that represent the fields of the table
104
Rev. 01