diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-23 10:42:06 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-23 10:42:06 +0300 |
| commit | 79cc4b56962ca4a508be501f7f2fb42938a3a073 (patch) | |
| tree | c1c738a4c7d649933b708bf82ec06bcebdfad3e9 /Software/PMR | |
| parent | 207ac666dd0e091ec58af244b0e98cda33789d7f (diff) | |
| download | Tango-79cc4b56962ca4a508be501f7f2fb42938a3a073.tar.gz Tango-79cc4b56962ca4a508be501f7f2fb42938a3a073.zip | |
Added BTSR, Dancers. Winders to Machine Status in PMR.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/MachineStatus/MachineStatus.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/PMR/Messages/MachineStatus/MachineStatus.proto b/Software/PMR/Messages/MachineStatus/MachineStatus.proto index 9ea3db19d..fbb5b051c 100644 --- a/Software/PMR/Messages/MachineStatus/MachineStatus.proto +++ b/Software/PMR/Messages/MachineStatus/MachineStatus.proto @@ -14,4 +14,8 @@ message MachineStatus double OverallTemperature = 3; SpoolState SpoolState = 4; bool AutoInkFillingEnabled = 5; + + repeated bool BtsrsInError = 10; + repeated bool DancersInError = 11; + repeated bool WindersInError = 12; }
\ No newline at end of file |
