aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
blob: 5b02686840f2f65fcb8fb511882943fb16be868e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
}