diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-27 15:07:06 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-27 15:07:06 +0300 |
| commit | 43bd6415adb5362d7532bc3069894607ad745e5a (patch) | |
| tree | a40f2dfb018de0f2cafbe3bed9406d7d4bc53018 /Software/Visual_Studio/Tango.BL | |
| parent | d7a39774fcbdab671c1e4796ba78a3ae29e75b77 (diff) | |
| download | Tango-43bd6415adb5362d7532bc3069894607ad745e5a.tar.gz Tango-43bd6415adb5362d7532bc3069894607ad745e5a.zip | |
Updated events on PMR and BL.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs b/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs index 27a2b78e3..6132b7d67 100644 --- a/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs +++ b/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs @@ -2888,6 +2888,12 @@ namespace Tango.BL.Enumerations E_ARC_LID_IS_OPEN = 106004, /// <summary> + /// (Dryer lid is open. Cannot execute job) + /// </summary> + [Description("Dryer lid is open. Cannot execute job")] + E_DRYER_LID_IS_OPEN = 106005, + + /// <summary> /// (BTSR malfunction. Cannot execute job) /// </summary> [Description("BTSR malfunction. Cannot execute job")] |
