aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/MachineStatus/IDSPackLevel.proto5
-rw-r--r--Software/PMR/Messages/Printing/ProcessParameters.proto2
2 files changed, 7 insertions, 0 deletions
diff --git a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
index d4bda8f95..36658e117 100644
--- a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
+++ b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
@@ -8,4 +8,9 @@ message IDSPackLevel
int32 Index = 1;
int32 DispenserLevel = 2;
double MidTankLevel = 3;
+
+ bool JerricanPresent = 4;
+ bool FillingTimeoutError = 5;
+ bool MidTankEmpty = 6;
+ bool MidTankRefillPumpActive = 7;
} \ No newline at end of file
diff --git a/Software/PMR/Messages/Printing/ProcessParameters.proto b/Software/PMR/Messages/Printing/ProcessParameters.proto
index 2be52fd00..03d41174e 100644
--- a/Software/PMR/Messages/Printing/ProcessParameters.proto
+++ b/Software/PMR/Messages/Printing/ProcessParameters.proto
@@ -142,4 +142,6 @@ message ProcessParameters
double ESpare5 = 63;
+ double ETunnelTemp = 64;
+
}