From 223b53e6cf427f5a868b4a0e69078e873e4d3e60 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 3 Jul 2023 07:42:56 -0500 Subject: [PATCH] Update mesh.proto --- meshtastic/mesh.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index a063bf9..2b92a66 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; -} \ No newline at end of file +}