Dev is returning 0
On a data request, the dev inside the smartdata series is always 0.
Example:
{
"series": [{
"version": 1.2,
"unit": 3298208036,
"timestamp": 1725492086642356,
"value": 0,
"error": 0,
"confidence": 1,
"x": 6378137,
"y": 60,
"z": -16,
"dev": 0,
"gateway": 54,
"type": "OLD",
"period": 0,
"signature": 120
}]
}
is a portion of the return of the following "get" in the SDAV domain:
{ "series": {
"version" : "1.2",
"unit" : 3298208036,
"t0" : 1725492085642356,
"t1" : 1725492105742356,
"x" : 0,
"y" : 0,
"z" : 0,
"r" : 999999999,
"workflow" : 0,
"dev" : 6,
"signature" : sig
}
}
This does not affect the get itself, once the one issuing the get knows the dev, but it affects an output workflow that may need the dev to decide if it will apply a specific transformation.
Edited by Guilherme Arthur Gerônimo