Add optional remarks field to TAKPacketV2 for non-GeoChat payloads

This commit is contained in:
Ben Meadors 2026-04-12 18:49:26 -05:00
parent cb36ae9d80
commit 1e74f995a7

View file

@ -1685,6 +1685,14 @@ message TAKPacketV2 {
* CoT event type string, only populated when cot_type_id is CotType_Other
*/
string cot_type_str = 23;
/*
* Optional remarks / free-text annotation from the <remarks> element.
* Populated for non-GeoChat payload types (shapes, markers, routes, etc.)
* when the original CoT event carried non-empty remarks text.
* GeoChat messages carry their text in GeoChat.message instead.
* Empty string (proto3 default) means no remarks were present.
*/
string remarks = 24;
/*
* The payload of the packet
*/