wip getModem

This commit is contained in:
2025-06-30 16:25:20 +02:00
parent 1fcf748310
commit 532d96a9be
7 changed files with 100 additions and 1 deletions

View File

@ -61,4 +61,7 @@ type Operations interface {
//SetModem updates mobile data config
SetModem(ctx context.Context, funcs ...SetModemOptionsFunc) error
//GetModemConfiguration mobile data config
GetModemConfiguration(ctx context.Context, funcs ...SetModemOptionsFunc) (any, error)
}