Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2026 Changes in this version + func DeviceInfo(ctx context.Context, identifier string) (map[string]any, error) + func InstallApp(ctx context.Context, identifier, appPath string) error + func LaunchApp(ctx context.Context, identifier, bundleID string) error + func RebootDevice(ctx context.Context, identifier string) error + func TerminateApp(ctx context.Context, identifier, bundleID string) error + func UninstallApp(ctx context.Context, identifier, bundleID string) error + type Device struct + ConnectionType string + DeviceType string + Extra map[string]any + Identifier string + Name string + OSVersion string + Platform string + State string + func ListDevices(ctx context.Context) ([]Device, error) + type DeviceListResult struct + Result struct{ ... }