feat(reachview): GetModemConfiguration func

This commit is contained in:
2025-07-08 09:00:13 +02:00
parent 1fcf748310
commit daadb9b678
10 changed files with 160 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"`
}