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
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.
The text was updated successfully, but these errors were encountered:
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
orstr
as well.The text was updated successfully, but these errors were encountered: