kopia lustrzana https://github.com/meshtastic/protobufs
get_device_metadata_response
rodzic
87bb8481eb
commit
3fd9ed0585
|
@ -6,6 +6,7 @@ option go_package = "github.com/meshtastic/gomeshproto";
|
|||
|
||||
import "channel.proto";
|
||||
import "config.proto";
|
||||
import "device_metadat.proto";
|
||||
import "mesh.proto";
|
||||
import "module_config.proto";
|
||||
|
||||
|
@ -273,5 +274,10 @@ message AdminMessage {
|
|||
* Request the node to send device metadata (firmware, protobuf version, etc)
|
||||
*/
|
||||
uint32 get_device_metadata_request = 52;
|
||||
|
||||
/*
|
||||
* Device metadata response
|
||||
*/
|
||||
DeviceMetadata get_device_metadata_response = 53;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue