meshtastic-protobuf/device_metadata.proto

14 wiersze
214 B
Protocol Buffer
Czysty Zwykły widok Historia

2022-08-07 23:39:54 +00:00
/*
* Device metadata response
*/
message DeviceMetadata {
/*
* Device firmware version string
*/
2022-08-07 23:50:18 +00:00
string firmware_version = 1;
2022-08-07 23:39:54 +00:00
/*
* Device state version
*/
2022-08-07 23:50:18 +00:00
uint32 device_state_version = 2;
2022-08-07 23:39:54 +00:00
}