diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-14 16:45:03 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-14 16:45:03 +0300 |
| commit | 7d54607a2a61b9a99376b385c40e94257365eb18 (patch) | |
| tree | 282168fa8e1f602d9e61877aae3968682b2a490e /Software/PMR | |
| parent | 963f8c4fa2b4da7d875dc223cd70c55e0d5390c1 (diff) | |
| download | Tango-7d54607a2a61b9a99376b385c40e94257365eb18.tar.gz Tango-7d54607a2a61b9a99376b385c40e94257365eb18.zip | |
Working on Jerrican Levels Twine X4.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/MachineStatus/IDSPackLevel.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto index 36658e117..5b0268684 100644 --- a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto +++ b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto @@ -13,4 +13,6 @@ message IDSPackLevel bool FillingTimeoutError = 5; bool MidTankEmpty = 6; bool MidTankRefillPumpActive = 7; + + int32 TimerRemainingSeconds = 8; }
\ No newline at end of file |
