mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #188 from meshtastic/device-metadata-reponse
get_device_metadata_response
This commit is contained in:
commit
bc1c59e46c
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue