Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing in references of type UUIDs or str besides model instances #30

Open
denizs opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@denizs
Copy link
Member

denizs commented Nov 30, 2023

At the moment, the Python SDK assumes a linear chain of SDK calls traversing from sites to appliances to variables to timeseries.
However, another use case involves instances where the use knows the appliance or variable uuid(s) beforehand, rendering calls to other SDK methods obsolete.

Thus, we want to enable users of the Python SDK to pass in references to appliances and variables of type UUID or str as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant