mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add via_mqtt tag to MeshPacket
This commit is contained in:
parent
092f7c0430
commit
b8d0ce9631
1 changed files with 6 additions and 1 deletions
|
|
@ -972,6 +972,11 @@ message MeshPacket {
|
|||
* Describe if this message is delayed
|
||||
*/
|
||||
Delayed delayed = 13 [deprecated = true];
|
||||
|
||||
/*
|
||||
* Describes whether this packet passed via MQTT somewhere along the path it currently took.
|
||||
*/
|
||||
bool via_mqtt = 14;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -1508,4 +1513,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue