aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
blob: 120bd64537946952cd8a9700b29324bde852cef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
syntax = "proto3";

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

message IDSPackLevel
{
	int32 Index = 1;
	int32 DispenserLevel = 2;
	double MidTankLevel = 3;

	bool JerricanPresent = 4;
	bool FillingTimeoutError = 5;
	bool MidTankEmpty = 6;
	bool MidTankRefillPumpActive = 7;

	int32 TimerRemainingSeconds = 8;

	//Used only for X4
	int64 DispenserLevel64 = 9;
}