diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index 9db5148..ac09329 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -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 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 */