Product/components used and version/fix level are you on:
Cumulocity 10.15
Detailed explanation of the problem:
I am creating measurements like below
{
“source”: {
“id”: “123”
},
“time”: “2023-02-06T05:17:04.198Z”,
“type”: “c8y_sensorMeasurement”,
“c8y_sensorMeasurement”: {
“T”: {
“value”: 26.7,
“unit”: “”
},
“P”: {
“value”: 32,
“unit”: “”
},
“H”: {
“value”: 100,
“unit”: “”
}
}
}
Is there any ways or APIs using that we can filter the data only for the series “T”?
Error messages / full error message screenshot / log fileL
Is your question related to the free trial, or to a production (customer) instance?
Production
Have you installed all the latest fixes for the products and systems you are using?
Yes