diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-11-01 19:44:34 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-11-01 19:44:34 +0200 |
| commit | bab9f04ae0f251acdb759e72fb54d84d042c533e (patch) | |
| tree | 6df0d31b90ee7c9c7075c0f45c5fc6a09ab1b3ab /Software/PMR | |
| parent | d2a95e54a3ae4fb7ff8b29bd85bb221cf3769a1f (diff) | |
| download | Tango-bab9f04ae0f251acdb759e72fb54d84d042c533e.tar.gz Tango-bab9f04ae0f251acdb759e72fb54d84d042c533e.zip | |
Added Ha Amma spool support via sites.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Diagnostics/EventType.proto | 2 | ||||
| -rw-r--r-- | Software/PMR/Messages/Printing/JobSpoolType.proto | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto index 2d5b64afe..db62cc757 100644 --- a/Software/PMR/Messages/Diagnostics/EventType.proto +++ b/Software/PMR/Messages/Diagnostics/EventType.proto @@ -61,7 +61,7 @@ enum EventType //Job completed successfully. (Group = Jobs, Category = Info) JOB_COMPLETED = 1013; - //Could not complete power-up. Cannot execute job (Group = GeneralHardware, Category = Critical) + //Could not complete power-up. Cannot execute job (Group = GeneralHardware, Category = Warning) POWER_UP_BIT_FAILURE = 2000; //The emergency button is pressed (Group = GeneralHardware, Category = Critical) diff --git a/Software/PMR/Messages/Printing/JobSpoolType.proto b/Software/PMR/Messages/Printing/JobSpoolType.proto index afe6b3331..ae567a91a 100644 --- a/Software/PMR/Messages/Printing/JobSpoolType.proto +++ b/Software/PMR/Messages/Printing/JobSpoolType.proto @@ -18,4 +18,6 @@ enum JobSpoolType StandardSpool = 0; + HaAmma = 1; + } |
