Assuming the following arguments and their values:
{
"humidity": {
"timeWindow": {
"startTs": 1741356332086,
"endTs": 1741357232086
},
"values": [
{
"ts": 1741356882759,
"value": 43
},
{
"ts": 1741356918779,
"value": 46
}
]
},
"pressure": {
"timeWindow": {
"startTs": 1741356332086,
"endTs": 1741357232086
},
"values": [
{
"ts": 1741357047945,
"value": 1023
},
{
"ts": 1741357056144,
"value": 1026
},
{
"ts": 1741357147391,
"value": 1025
}
]
},
"temperature": {
"timeWindow": {
"startTs": 1741356332086,
"endTs": 1741357232086
},
"values": [
{
"ts": 1741356874943,
"value": 76
},
{
"ts": 1741357063689,
"value": 77
}
]
}
}