mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
14 lines
214 B
Protocol Buffer
14 lines
214 B
Protocol Buffer
|
|
/*
|
||
|
|
* Device metadata response
|
||
|
|
*/
|
||
|
|
message DeviceMetadata {
|
||
|
|
/*
|
||
|
|
* Device firmware version string
|
||
|
|
*/
|
||
|
|
string firmware_version = 0;
|
||
|
|
|
||
|
|
/*
|
||
|
|
* Device state version
|
||
|
|
*/
|
||
|
|
uint32 device_state_version = 1;
|
||
|
|
}
|