Skip to content

Getting multiple values of a single variable #24

Description

@TamayoSH

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}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions