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

Add read-only API for querying automation groups. #1019

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jul 27, 2024

  1. Add read-only API for querying automation groups.

    Extends `IAutomatable` with a few additional fields useful for callers,
    and implements them on the relevant machine/storage types.
    
    Adds an `IAutomationGroup` to hold the new result type; this is
    trivially implementable by the existing `MachineGroup` since all the
    other interfaces match.
    focustense committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    ec7f5e9 View commit details
    Browse the repository at this point in the history