mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #303 from meshtastic/add-hwmodel
Add hardware model to metadata payload
This commit is contained in:
commit
f46c98e623
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ option csharp_namespace = "Meshtastic.Protobufs";
|
|||
option swift_prefix = "";
|
||||
|
||||
import "meshtastic/config.proto";
|
||||
import "meshtastic/mesh.proto";
|
||||
|
||||
/*
|
||||
* Device metadata response
|
||||
|
|
@ -54,4 +55,9 @@ message DeviceMetadata {
|
|||
* Indicates the device's current enabled position flags
|
||||
*/
|
||||
uint32 position_flags = 8;
|
||||
|
||||
/*
|
||||
* Device hardware model
|
||||
*/
|
||||
HardwareModel hw_model = 9;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue