wip SetBaseMode

This commit is contained in:
2025-07-08 16:16:33 +02:00
parent daadb9b678
commit 08f12ab5cb
5 changed files with 77 additions and 0 deletions

View File

@ -64,4 +64,6 @@ type Operations interface {
//GetModemConfiguration mobile data config
GetModemConfiguration(ctx context.Context) (any, error)
SetBaseMode(ctx context.Context, funcs ...SetBaseOptionFunc) error
}