Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "application/json": {
    "Quantity": "Temperature",
    "Unit": "Celsius",
    "DataType": "Int32",
    "Data": [
      {
        "Timestamp": 1714728346401,
        "Value": "30",
        "Aggregation": 600003600000
      }
    ]
  }
}

Explanation

In the response example above:

...