Added BaseMessages with messageid

This commit is contained in:
2025-04-27 12:57:42 +02:00
parent 09e2afe329
commit 73a7c8469a
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ type ProtoMessage struct {
type ProtoMessagePayload struct {
Name string `json:"name"`
DataType string `json:"type"`
ArrayLength int `json:"array,omitempty"`
ArrayLength int `json:"array,omitempty"` // optional falls kein array
}
type Proto struct {