Update mesh.proto

This commit is contained in:
Ben Meadors 2023-07-03 07:42:56 -05:00 committed by GitHub
parent c8b90c7006
commit 223b53e6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}