feat(ReachV33): getModemAuthentication

This commit is contained in:
2025-09-29 14:17:51 +02:00
parent 0e0ff22a46
commit 9a57e8d8bd
5 changed files with 47 additions and 3 deletions

View File

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