mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add optional remarks field to TAKPacketV2 for non-GeoChat payloads
This commit is contained in:
parent
cb36ae9d80
commit
1e74f995a7
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue