- Rockwell FactoryTalk DataMosaik
- Simple values as text
- Cognite message formats
- Custom user-created formats
Learn about the different message payload formats supported by the Cognite MQTT extractor, including simple text values and custom formats.
32.5
{
"timeseriesData": [
{
"externalId": "my-timeseries",
"items": [
{
"timestamp": 1676550645000,
"value": 1.6
},
{
"timestamp": 1676550663020,
"value": 5.6
},
{
"timestamp": 1676550675900,
"value": 2.4
},
{
"timestamp": 1676550712100,
"value": 3.1
}
]
},
{
"externalId": "my-other-timeseries",
"items": [
{
"timestamp": 1676550645000,
"value": "on"
},
{
"timestamp": 1676550663020,
"value": "off"
}
]
}
]
}
Was this page helpful?