From bab9f04ae0f251acdb759e72fb54d84d042c533e Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 1 Nov 2021 19:44:34 +0200 Subject: Added Ha Amma spool support via sites. --- Software/PMR/Messages/Diagnostics/EventType.proto | 2 +- Software/PMR/Messages/Printing/JobSpoolType.proto | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'Software/PMR') 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; + } -- cgit v1.3.1