post
https://industrial.api.ubidots.com/api/v1.6/devices///values
This endpoint allows you to send data to an existing variable within a device or create a new one within the device of your choice.
Body examples:
{
"value": 10
}{
"value": 10,
"timestamp": 1634311791000,
"context": {
"status": "cold"
}
}[
{
"value": 10,
"timestamp": 1635255765000,
"context": {
"status": "cold"
}
},
{
"value": 25,
"timestamp": 1635255811000,
"context": {
"status": "warm"
}
}
]{
"value": 1,
"context": {
"lat": "6.5423",
"lng": "-70.5783"
}
}