From 2928009e3efa18182c83577c7b7820ed90ab6b48 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Sat, 19 Oct 2024 14:15:24 -0400 Subject: [PATCH] commandid --- pkg/gordio/nexus/commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gordio/nexus/commands.go b/pkg/gordio/nexus/commands.go index 9ea4dac..a699ec6 100644 --- a/pkg/gordio/nexus/commands.go +++ b/pkg/gordio/nexus/commands.go @@ -96,6 +96,7 @@ func (c *client) Talkgroup(ctx context.Context, tg *pb.Talkgroup) error { } c.Send(&pb.Response{ + CommandId: CommandID(ctx), CommandResponse: &pb.Response_TgInfo{ TgInfo: resp, },