Remove peer info (#211)

* Yank

* Add  to

* fix import sort

* remove
This commit is contained in:
Sacha Weatherstone 2022-10-26 20:40:12 +11:00 committed by GitHub
parent 01abe46fd8
commit 176636de44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
*/