Add command string

This commit is contained in:
appkins
2025-02-19 00:41:18 -06:00
parent b0f7ec8511
commit 397208c0bf

View File

@@ -12,6 +12,7 @@ var (
) )
type Cmd struct { type Cmd struct {
Command string `json:"cmd"`
MAC string `json:"mac,omitempty"` MAC string `json:"mac,omitempty"`
PortIDX *int `json:"port_idx,omitempty"` PortIDX *int `json:"port_idx,omitempty"`
FileName string `json:"filename,omitempty"` FileName string `json:"filename,omitempty"`