diff options
author | gennyble <gen@nyble.dev> | 2023-09-10 02:44:01 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-09-10 02:44:01 -0500 |
commit | a962ba9c853a797e9a41b2830ec0181b167d8cd9 (patch) | |
tree | 7de53dfcaf87c5d4b43f2e8b38161eb193c136ad /lri-proto/proto/device_temp.proto | |
parent | 70187683361d97a8b5a251567323c323c90302f2 (diff) | |
download | lri-rs-a962ba9c853a797e9a41b2830ec0181b167d8cd9.tar.gz lri-rs-a962ba9c853a797e9a41b2830ec0181b167d8cd9.zip |
reorg
Diffstat (limited to 'lri-proto/proto/device_temp.proto')
-rw-r--r-- | lri-proto/proto/device_temp.proto | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lri-proto/proto/device_temp.proto b/lri-proto/proto/device_temp.proto new file mode 100644 index 0000000..1412a82 --- /dev/null +++ b/lri-proto/proto/device_temp.proto @@ -0,0 +1,11 @@ +syntax = "proto2"; + +package ltpb; + +message DeviceTemp { + optional sint32 sensor_1 = 1; + optional sint32 sensor_2 = 2; + optional sint32 sensor_3 = 3; + optional sint32 sensor_4 = 4; + optional sint32 flex_sensor_1 = 5; +} |