diff --git a/hardware/opentrons_hardware/firmware_bindings/constants.py b/hardware/opentrons_hardware/firmware_bindings/constants.py index d14d6b3afae..de5b7ab990b 100644 --- a/hardware/opentrons_hardware/firmware_bindings/constants.py +++ b/hardware/opentrons_hardware/firmware_bindings/constants.py @@ -211,6 +211,7 @@ class MessageId(int, Enum): class ErrorSeverity(int, Enum): """Error Severity levels.""" + none = 0x0 warning = 0x1 recoverable = 0x2 unrecoverable = 0x3