-
Notifications
You must be signed in to change notification settings - Fork 56
RSDK-7192 - Provisioning wrappers #577
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if provisioning
should be under app
since the proto is in its own folder, but LGTM!
# Make a ViamClient | ||
viam_client = await connect() | ||
# Instantiate a ProvisioningClient to run provisioning client API methods on | ||
provisioning_client = viam_client.provisioning_client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you have to actually add the provisioning_client
as a property on viam_client
for this to work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦 yep you're totally right! Thanks for catching that.
Yeah that's a good question! My thinking was, |
No description provided.