Chapter 10 XML interface
The objects that represent the fields of the table have the following properties:
Properties
Explanation
name
Internal field designation
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 this is dependent on the site settings)
value
Value of the data field
calc
OPTIONAL
Only displayed if it is a channel that has been calculated by the sever (only for
measurement data)
Note: The "name" and "value" properties are always present, while the other properties are only available if
required.
10.3.3.1 Example
Note: Additional line breaks have been added to the following example to make it easier to
read.
{name: 'deviceid', id: 'A048C23560637DC1', stamp: '3.5.2012%2018%3a12%3a25',
fields: [{name: 'tag', value: 'FFFF0005'},
{name: 'kunde', title: 'customer', value: 'A037A921B4218065'},
{name: 'devsn', title: 'serial number', value: '98E52F02'},
{name: 'devclass', title: 'dev%c3%i4ce class', value: '2700'},
{name: 'telnr', title: 'Telephone number', value: '%2b436764008541'},
{name: 'devflags', title: 'Dev%c3%v4ce%20Flags', value: '0025'},
{name: 'swversion', title: 'Firmware%20Version', value: '0119'},
{name: 'modemversion', title: 'Modem%20Version', value: '011C'},
{name: 'osversion', title: 'OS%20version', value: '6.063_'}, ... ]}
{name: 'deviceid', id: 'A0EE9D372C2D75CA', stamp: '8.11.2012%2017%3a15%3a02',
fields: [ ... ]}
Rev. 01
105