post
https://industrial.api.ubidots.com/api/v1.6/variables//values
This endpoint allows you to send data to one variable.
Body examples:
{
"value": 10
}{
"value": 10,
"timestamp": 1635369947000,
"context": {}
}// All values in the array must have their own timestamps
[
{
"value": 10,
"timestamp": 1635369947000
},
{
"value": 11,
"timestamp": 1635369948000
},
{
"value": 12,
"timestamp": 1635369949000
}
]{
"value": 1,
"context": {
"lat": "6.5423",
"lng": "-70.5783"
}
}