mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
parent
01abe46fd8
commit
176636de44
1 changed files with 0 additions and 20 deletions
20
mesh.proto
20
mesh.proto
|
|
@ -1247,26 +1247,6 @@ message FromRadio {
|
|||
*/
|
||||
message ToRadio {
|
||||
|
||||
/*
|
||||
* Instead of sending want_config_id as a uint32, newer clients send this structure with information about the client.
|
||||
*/
|
||||
message PeerInfo {
|
||||
|
||||
/*
|
||||
* The numeric version code for the client application, which in some cases are used to control device behavior (so the device can
|
||||
* make assumptions about who is using the API.
|
||||
*/
|
||||
uint32 app_version = 1;
|
||||
|
||||
/*
|
||||
* True if the peer device can gateway MQTT packets.
|
||||
* If true, the device will not try to send packets to the internet directly,
|
||||
* instead it will pass the packets to the peer for dispatching.
|
||||
* This feature is optional, if set to false the device will assume the client can not gateway to MQTT.
|
||||
*/
|
||||
bool mqtt_gateway = 2;
|
||||
}
|
||||
|
||||
/*
|
||||
* Log levels, chosen to match python logging conventions.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue