aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Diagnostics/EventType.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto
index e4135f5de..15671d9fb 100644
--- a/Software/PMR/Messages/Diagnostics/EventType.proto
+++ b/Software/PMR/Messages/Diagnostics/EventType.proto
@@ -1369,6 +1369,9 @@ enum EventType
//Air flow switch event happened (Group = Safety, Category = Warning)
E_AIR_FLOW_SWITCH_EVENT_HAPPENED = 103013;
+ //No suction. Cannot excute job (Group = Safety, Category = Critical)
+ E_NO_SUCTION = 103014;
+
//Software error has occurred. Cannot execute job (Group = GeneralHardware, Category = Error)
E_UNINTENDED_RESET = 104000;
@@ -1441,6 +1444,9 @@ enum EventType
//Communication error. Cannot execute job (Group = GeneralHardware, Category = Error)
E_NO_COMMUNICATION_WITH_BTSR_8 = 105021;
+ //Communication error. Cannot execute job (Group = GeneralHardware, Category = Error)
+ E_NO_COMMUNICATION_WITH_IDS_5_BOARD = 105022;
+
//Door is open. Cannot execute job (Group = GeneralHardware, Category = Error)
E_LEFT_DOOR_OPEN = 106000;