From 1c5a75bf0fbcc03460ac83445b2846f77767d4a1 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 2 Sep 2024 07:01:06 +0300 Subject: Updated event types to rev 17 --- Software/PMR/Messages/Diagnostics/EventType.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Software/PMR') 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; -- cgit v1.3.1