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, },