In this format, both metadata and data are sent in a shared message - the distinction between "DataproviderInfo" and "DataStreamValue" as in LM100 format is not available.
Example (temperature sensor)
- {
- "dataProvider": {
- "devEui": "01234567890abcde",
- "lmId": "12345"
- }
- "dataStream": {
- "measurement": "temperature",
- "unit": "centigrade"
- }
- "dataPoint": {
- Timestamp": 1720093923000,
- "value": {
- "value": 38,
- "min": 37.5,
- "max": 38.5
- }
- }
- }