aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-09-02 07:01:06 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-09-02 07:01:06 +0300
commit1c5a75bf0fbcc03460ac83445b2846f77767d4a1 (patch)
tree9928cdadc6ad9d5b61544a572051beb2fdd7ada2 /Software/PMR/Messages
parentb2b4196d6f3bb007ae250a3e0648d1a5786d8dbf (diff)
downloadTango-1c5a75bf0fbcc03460ac83445b2846f77767d4a1.tar.gz
Tango-1c5a75bf0fbcc03460ac83445b2846f77767d4a1.zip
Updated event types to rev 17
Diffstat (limited to 'Software/PMR/Messages')
-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;