Telemetry Data

If only one property to report is specified then the telemetry will return just the value of that property. For example:

{
  "data": {
    "analog-input,0,present-value": "1197.831787"
  },
  "messageType": "propertyStatus",
  "thingID": "01F6PEY4T318ZCQ6A0H638GWF6",
  "timestamp": 1622451000004261
}

If multiple properties to report are specified then the telemetry will consist of an object with the properties as the keys and the return values as the object values. For example:

{
  "data": {
    "analog-input,0,present-value,units": {
      "present-value": "1197.831787",
      "units": "cubic-feet-per-minute"
    }
  },
  "messageType": "propertyStatus",
  "thingID": "01F6PEY4T318ZCQ6A0H638GWF6",
  "timestamp": 1622451000004261
}