diff options
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; +} |