Skip to content

Commit

Permalink
Add via_mqtt tag to MeshPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
GUVWAF authored and sachaw committed Jan 20, 2024
1 parent 092f7c0 commit b8d0ce9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down Expand Up @@ -1508,4 +1513,4 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
}
}

0 comments on commit b8d0ce9

Please sign in to comment.