feat(reachview): GetModemConfiguration func

This commit is contained in:
2025-07-04 14:45:36 +02:00
parent 1fcf748310
commit c9c6115bf3
8 changed files with 115 additions and 17 deletions

View File

@ -2,5 +2,5 @@ package model
type Action struct {
Name string `json:"name"`
Paylaod map[string]any `json:"payload"`
Paylaod map[string]any `json:"payload,omitempty"`
}