From fb21bfe0f5f01f13f187180cbc27de7c423621c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 09:37:51 -0500 Subject: [PATCH] [create-pull-request] automated change (#2635) Co-authored-by: thebentern --- protobufs | 2 +- src/mesh/generated/meshtastic/mesh.pb.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/protobufs b/protobufs index 64c2a11d3..f17298c2b 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 64c2a11d371cae3a2e7bb2cc86b9e6e764de7175 +Subproject commit f17298c2b093ac0d2536642b508f6cf84771b172 diff --git a/src/mesh/generated/meshtastic/mesh.pb.h b/src/mesh/generated/meshtastic/mesh.pb.h index 3814875d3..6007265d5 100644 --- a/src/mesh/generated/meshtastic/mesh.pb.h +++ b/src/mesh/generated/meshtastic/mesh.pb.h @@ -707,7 +707,7 @@ typedef struct _meshtastic_ToRadio { (Sending this message is optional for clients) */ bool disconnect; meshtastic_XModem xmodemPacket; - /* MQTT Client Proxy Message */ + /* MQTT Client Proxy Message (for client / phone subscribed to MQTT sending to device) */ meshtastic_MqttClientProxyMessage mqttClientProxyMessage; }; } meshtastic_ToRadio; @@ -806,7 +806,7 @@ typedef struct _meshtastic_FromRadio { meshtastic_XModem xmodemPacket; /* Device metadata message */ meshtastic_DeviceMetadata metadata; - /* MQTT Client Proxy Message */ + /* MQTT Client Proxy Message (device sending to client / phone for publishing to MQTT) */ meshtastic_MqttClientProxyMessage mqttClientProxyMessage; }; } meshtastic_FromRadio;