Skip to content

Commit 94167d7

Browse files
committed
add new usage type
1 parent c7bcbad commit 94167d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/opentrons_hardware/firmware_bindings/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ class MotorUsageValueType(int, Enum):
444444
right_gear_motor_distance = 0x2
445445
force_application_time = 0x3
446446
total_error_count = 0x4
447+
overpressure_error_count = 0x5
447448

448449

449450
class MoveAckId(int, Enum):

0 commit comments

Comments
 (0)