{
"status": true,
"result": [
{
"id": "6745f097c9486000084ba45c",
"time": "2024-11-26T16:00:23.750Z",
"unit": "°C",
"value": 32.5,
"variable": "temperatura",
"group": "b54ab4800006849c790f5476",
"device": "672bef28543e9a0009f73e37"
}
]
}
I'm trying to extract "unit" and "value" from this json.
I tried to use these blocks but it didn't work.
Any help would be appreciated.