commandid

This commit is contained in:
Daniel 2024-10-19 14:15:24 -04:00
parent acb7d44657
commit 2928009e3e

View file

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