You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also facing same issue, I tried getting 10 or 20 values.
volt1Var.get_values(5)
But, we just get one value.
[{'timestamp': 1722784240998, 'created_at': 1722784240998, 'value': 241.28, 'context': {}}]
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}]
The text was updated successfully, but these errors were encountered: