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

@@ -400,4 +400,9 @@ func (o *Operations) GetModemConfiguration(ctx context.Context) (any, error) {
return nil, protocol.ErrUnimplemented
}
// Deprecated : is no longer maintained for modules in V1
func (o *Operations) GetModemAuthentication(ctx context.Context) (any, error) {
return nil, protocol.ErrUnimplemented
}
var _ protocol.Operations = &Operations{}