aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-08-12 20:54:39 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-08-12 20:54:39 +0300
commit9971689997750bec6ef6fa572d09d30dd02a72ec (patch)
tree7d5c7ad0cfe205ce0555b0bfc67ec32e6e2cea31 /Software/PMR
parent342319970ad8888f8a942ea88640902d379dec47 (diff)
downloadTango-9971689997750bec6ef6fa572d09d30dd02a72ec.tar.gz
Tango-9971689997750bec6ef6fa572d09d30dd02a72ec.zip
Added fields to IDSPackLevels.
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/MachineStatus/IDSPackLevel.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
index 120bd6453..d0db26eb3 100644
--- a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
+++ b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
@@ -18,4 +18,7 @@ message IDSPackLevel
//Used only for X4
int64 DispenserLevel64 = 9;
+ float TotalPumpFlow = 10;
+ uint32 TotalPumpActivityTime = 11;
+
} \ No newline at end of file