Update mesh.proto

pull/363/head
Ben Meadors 2023-07-03 07:42:56 -05:00 zatwierdzone przez GitHub
rodzic c8b90c7006
commit 223b53e6cf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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