mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Clarification
This commit is contained in:
parent
64c2a11d37
commit
f70efbc6f2
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -1525,4 +1525,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue