i'm trying to get all the values from a variable with: get_values(), but it only gets the last value insted.
does anybody have the same problem?
this is my code:
newVariable = miVariable.get_values()
print(newVariable)
this is the result:
[{'timestamp': 1680562830666, 'value': 150.0, 'context': {}, 'created_at': 1680562830666}]