This commit is contained in:
2025-05-26 14:32:43 +02:00
parent 81741d20c1
commit 9cbf5b1cde
6 changed files with 206 additions and 0 deletions

View File

@ -41,4 +41,6 @@ type Operations interface {
// Reboot restarts the module
Reboot(ctx context.Context) error
AveragePosition(ctx context.Context) error
}