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

Aug-Sep 2023 PHP Fixes #69

Closed
4 of 7 tasks
sybohy opened this issue Sep 5, 2023 · 1 comment
Closed
4 of 7 tasks

Aug-Sep 2023 PHP Fixes #69

sybohy opened this issue Sep 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@sybohy
Copy link
Contributor

sybohy commented Sep 5, 2023

Checklist

  • Add provider_category parameters on the create Connect Webview method + the object itself
  • Add get method for retrieving an unmanaged device.
  • Make it possible to update type attribute of an access code
  • Backup code not implemented at all

Add provider_category parameters on the create Connect Webview method + Retrieve it on a Connect Webview

You cannot pass a provider_category object to the create connect webview method. e.g. seam.connect_webviews.create(provider_category="stable", custom_metadata=my_metadata). This was technically already tracked in #60 but adding here for completeness.

Add get method for retrieving an unmanaged device.

The UnmanagedDevices client does not implement the get method to retrieve a single unmanaged device.

Make it possible to update type attribute of an access code

When updating an existing access code, you cannot update its type in order to convert a timebound access code to an ongoing one.

Backup code implementation

None of the backup code functions are currently implemented. Specifically, we need to support:

  • Passing use_backup_access_code_pool when creating an access code
  • Make pulled_backup_access_code_id and is_backup_access_code_available attributes available on the access code object
  • Implement the pull_backup_access_code method to make it possible to retrieve a code.

See here for step-by-step docs

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

No branches or pull requests

1 participant