Skip to content

Commit

Permalink
Merge pull request #366 from meshtastic/mqtt-proxy-clarification
Browse files Browse the repository at this point in the history
MQTT Client Proxy clarification
  • Loading branch information
thebentern authored Jul 22, 2023
2 parents 64c2a11 + f70efbc commit f17298c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ message FromRadio {
DeviceMetadata metadata = 13;

/*
* MQTT Client Proxy Message
* MQTT Client Proxy Message (device sending to client / phone for publishing to MQTT)
*/
MqttClientProxyMessage mqttClientProxyMessage = 14;
}
Expand Down Expand Up @@ -1418,7 +1418,7 @@ message ToRadio {
XModem xmodemPacket = 5;

/*
* MQTT Client Proxy Message
* MQTT Client Proxy Message (for client / phone subscribed to MQTT sending to device)
*/
MqttClientProxyMessage mqttClientProxyMessage = 6;
}
Expand Down Expand Up @@ -1525,4 +1525,4 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
}
}

0 comments on commit f17298c

Please sign in to comment.