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

Implement device factory #1556

Merged
merged 4 commits into from Oct 23, 2022
Merged

Implement device factory #1556

merged 4 commits into from Oct 23, 2022

Commits on Oct 23, 2022

  1. Implement device factory

    This will make it simple for downstream users to construct device instances
    for all supported devices given only the host and its token.
    
    All device subclasses register themselves automatically to the factory.
    The create(host, token, model=None) class method is the main entry point to use this.
    rytilahti committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    100a899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea9e4f7 View commit details
    Browse the repository at this point in the history
  3. Re-add devtools, oopsie

    rytilahti committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    fe0663e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db807c0 View commit details
    Browse the repository at this point in the history