wip getModem

This commit is contained in:
2025-06-30 16:25:20 +02:00
parent 1fcf748310
commit 532d96a9be
7 changed files with 100 additions and 1 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"`
}