aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-05 18:40:15 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-05 18:40:15 +0300
commit700a9ea9e2c9d95f0c5739c58974eafaff2ebeb9 (patch)
treee6e6d2d1870f8115c7e740576367b97c27a75742 /Software/PMR
parent2e752ce186fc34f5530841bdac7537ee775ed3f6 (diff)
downloadTango-700a9ea9e2c9d95f0c5739c58974eafaff2ebeb9.tar.gz
Tango-700a9ea9e2c9d95f0c5739c58974eafaff2ebeb9.zip
Support for 64 Bit Dispenser Levels.
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Connection/ConnectRequest.proto1
-rw-r--r--Software/PMR/Messages/MachineStatus/IDSPackLevel.proto3
2 files changed, 4 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Connection/ConnectRequest.proto b/Software/PMR/Messages/Connection/ConnectRequest.proto
index a672aeb3f..332a357c7 100644
--- a/Software/PMR/Messages/Connection/ConnectRequest.proto
+++ b/Software/PMR/Messages/Connection/ConnectRequest.proto
@@ -12,4 +12,5 @@ message ConnectRequest
int64 UnixTime = 2;
PMR.Printing.JobSpoolType SpoolType = 3;
PMR.Common.MachineType MachineType = 4;
+ bool Supports64BitDispenserLevel = 5;
} \ No newline at end of file
diff --git a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
index 5b0268684..120bd6453 100644
--- a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
+++ b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
@@ -15,4 +15,7 @@ message IDSPackLevel
bool MidTankRefillPumpActive = 7;
int32 TimerRemainingSeconds = 8;
+
+ //Used only for X4
+ int64 DispenserLevel64 = 9;
} \ No newline at end of file