...
Code Block | ||
---|---|---|
| ||
{ "application/json": { "Quantity": "Temperature", "Unit": "Celsius", "DataType": "Int32", "Data": [ { "Timestamp": 1714728346401, "Value": "30", "Aggregation": 600003600000 } ] } } |
Explanation
In the response example above:
...
...
Code Block | ||
---|---|---|
| ||
{ "application/json": { "Quantity": "Temperature", "Unit": "Celsius", "DataType": "Int32", "Data": [ { "Timestamp": 1714728346401, "Value": "30", "Aggregation": 600003600000 } ] } } |
In the response example above:
...