msg/msg.go @@ -9,9 +9,10 @@ } type PLCResponse struct { Id string Name string Ip string Online bool Data map[int][]byte Id string Name string Ip string Online bool Message string Data map[int][]byte }