aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/IFS/SetJerricanLevelRequest.proto
blob: 7971d142875a89d8c7ee6d4933155007706094f8 (plain)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package Tango.PMR.MachineStatus;
option java_package = "com.twine.tango.pmr.machinestatus";

message SetJerricanLevelRequest
{
    int32 Index = 1;
    double InsertedLiters = 2;
}