protobufs/device_metadata.proto
2022-08-07 18:39:54 -05:00

14 lines
No EOL
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;
}