diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-30 09:08:21 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-30 09:08:21 +0300 |
| commit | 3bc21342ac5b8b9c920e043201da37f360f599e5 (patch) | |
| tree | 95840c8af14f356ba01f537e77210a20bc3e6402 /Software | |
| parent | 3da865d36b8a798410150cabf7a7a7843c5d1d5e (diff) | |
| download | Tango-3bc21342ac5b8b9c920e043201da37f360f599e5.tar.gz Tango-3bc21342ac5b8b9c920e043201da37f360f599e5.zip | |
Added JOB_IN_PROGRESS error code to PMR.
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/PMR/Messages/Common/ErrorCode.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Common/ErrorCode.proto b/Software/PMR/Messages/Common/ErrorCode.proto index 7121516cb..0569a7f3d 100644 --- a/Software/PMR/Messages/Common/ErrorCode.proto +++ b/Software/PMR/Messages/Common/ErrorCode.proto @@ -60,6 +60,7 @@ enum ErrorCode JOB_NO_ALARM_FILE = 2016; JOB_FILE_PROBLEM = 2017; JOB_WASTE_HANDLING_PROBLEM = 2018; + JOB_IN_PROGRESS = 2019; //power up POWER_UP_NO_CFG_FILE = 3000; |
