AnalogSensorDatas


JSON Response Example

[
  {
    "Sensor": 1,
    "Name": "StringValue",
    "SensorValue": 1.0,
    "RecalculatedValue": 1.0,
    "Units": "StringValue"
  }
]

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfAnalogSensorData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AnalogSensorData>
    <Sensor>1</Sensor>
    <Name>StringValue</Name>
    <SensorValue>1</SensorValue>
    <RecalculatedValue>1</RecalculatedValue>
    <Units>StringValue</Units>
  </AnalogSensorData>
</ArrayOfAnalogSensorData>