diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-06-20 09:33:06 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-06-20 09:33:06 +0300 |
| commit | 7b0ed51c91baf1257fce45699221a0f1a096ce72 (patch) | |
| tree | 75e77a9bd7a918e08ed8919801ca7d71a12a671f /Software/PMR/Messages | |
| parent | ff896a6885c9f6eec70ff72940bfc3ffd208eaa8 (diff) | |
| download | Tango-7b0ed51c91baf1257fce45699221a0f1a096ce72.tar.gz Tango-7b0ed51c91baf1257fce45699221a0f1a096ce72.zip | |
JerricanLiters to double.
Diffstat (limited to 'Software/PMR/Messages')
| -rw-r--r-- | Software/PMR/Messages/IFS/SetJerricanLevelRequest.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/PMR/Messages/IFS/SetJerricanLevelRequest.proto b/Software/PMR/Messages/IFS/SetJerricanLevelRequest.proto index c13a2b819..7971d1428 100644 --- a/Software/PMR/Messages/IFS/SetJerricanLevelRequest.proto +++ b/Software/PMR/Messages/IFS/SetJerricanLevelRequest.proto @@ -6,5 +6,5 @@ option java_package = "com.twine.tango.pmr.machinestatus"; message SetJerricanLevelRequest { int32 Index = 1; - int32 InsertedLiters = 2; + double InsertedLiters = 2; }
\ No newline at end of file |
