mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update mesh.proto
This commit is contained in:
parent
c8b90c7006
commit
223b53e6cf
1 changed files with 3 additions and 3 deletions
|
|
@ -675,7 +675,7 @@ message Waypoint {
|
|||
}
|
||||
|
||||
/*
|
||||
* This message will be proxied over the PhoneAPI for client to deliver to the MQTT server
|
||||
* This message will be proxied over the PhoneAPI for the client to deliver to the MQTT server
|
||||
*/
|
||||
message MqttClientProxyMessage {
|
||||
/*
|
||||
|
|
@ -684,7 +684,7 @@ message Waypoint {
|
|||
string topic = 1;
|
||||
|
||||
/*
|
||||
* The actual service envelope payload for mqtt delivery
|
||||
* The actual service envelope payload or text for mqtt pub / sub
|
||||
*/
|
||||
oneof payload_variant {
|
||||
/*
|
||||
|
|
@ -1505,4 +1505,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue